forked from pool/herbstluftwm
Accepting request 962651 from X11:windowmanagers
- Update to 0.9.4: * Tabbed window titles in the 'max' layout algorithm (controllable via the 'tabbed_max' setting) * Directionally moving through a max layout is possible via focus / shift by adding '--level=tabbed' (only for 'tabbed_max') or '--level=any' (any 'max' layout). * New decoration setting 'title_when' to control, when window titles and tabs are shown. * New decoration settings 'title_depth' and 'title_align'. * New decoration settings for configuring unselected tabs: 'tab_color', 'tab_outer_width', 'tab_outer_color', 'tab_title_color' * New autostart object with attributes 'path', 'running', 'pid', 'last_status' * New client attribute 'floating_effectively' and associated X11 properties 'HLWM_FLOATING_WINDOW' and 'HLWM_TILING_WINDOW' * New 'foreach' command line flags: '--filter-name=', '--recursive', '--unique' * The 'spawn' command now prints an error message on exec failure * New read-only client attribute 'decoration_geometry'. * New rule condition 'fixedsize' * New attribute 'decorated' to disable window decorations * The cursor shape now indicates resize options. * New setting 'ellipsis' * Floating clients can now be dragged between monitors via the mouse * Frames can be simultaneously resized in x and y direction with the mouse. Bug fixes: * Update floating geometry if a client’s size hints change * Correct alpha value handling: if compositor is detected, premultiply rgb values with the alpha value OBS-URL: https://build.opensuse.org/request/show/962651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/herbstluftwm?expand=0&rev=13
This commit is contained in:
commit
f616700187
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ba7b1bd02966e6eefe27805753082406a2d2954bc41fe040d1ccaaed25ec105
|
|
||||||
size 497523
|
|
Binary file not shown.
3
herbstluftwm-0.9.4.tar.gz
Normal file
3
herbstluftwm-0.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eef8eed076af33af2a75911c0fb1215fdb3427606a034ea8b44fe76872cb03cc
|
||||||
|
size 549029
|
BIN
herbstluftwm-0.9.4.tar.gz.sig
Normal file
BIN
herbstluftwm-0.9.4.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 10:53:18 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.9.4:
|
||||||
|
* Tabbed window titles in the 'max' layout algorithm (controllable
|
||||||
|
via the 'tabbed_max' setting)
|
||||||
|
* Directionally moving through a max layout is possible via focus / shift by
|
||||||
|
adding '--level=tabbed' (only for 'tabbed_max') or '--level=any'
|
||||||
|
(any 'max' layout).
|
||||||
|
* New decoration setting 'title_when' to control, when window
|
||||||
|
titles and tabs are shown.
|
||||||
|
* New decoration settings 'title_depth' and 'title_align'.
|
||||||
|
* New decoration settings for configuring unselected tabs:
|
||||||
|
'tab_color', 'tab_outer_width', 'tab_outer_color', 'tab_title_color'
|
||||||
|
* New autostart object with attributes 'path', 'running',
|
||||||
|
'pid', 'last_status'
|
||||||
|
* New client attribute 'floating_effectively' and associated
|
||||||
|
X11 properties 'HLWM_FLOATING_WINDOW' and 'HLWM_TILING_WINDOW'
|
||||||
|
* New 'foreach' command line flags: '--filter-name=',
|
||||||
|
'--recursive', '--unique'
|
||||||
|
* The 'spawn' command now prints an error message on exec failure
|
||||||
|
* New read-only client attribute 'decoration_geometry'.
|
||||||
|
* New rule condition 'fixedsize'
|
||||||
|
* New attribute 'decorated' to disable window decorations
|
||||||
|
* The cursor shape now indicates resize options.
|
||||||
|
* New setting 'ellipsis'
|
||||||
|
* Floating clients can now be dragged between monitors via the mouse
|
||||||
|
* Frames can be simultaneously resized in x and y direction with the mouse.
|
||||||
|
Bug fixes:
|
||||||
|
* Update floating geometry if a client’s size hints change
|
||||||
|
* Correct alpha value handling: if compositor is detected,
|
||||||
|
premultiply rgb values with the alpha value
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 18 16:07:20 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
Tue May 18 16:07:20 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package herbstluftwm
|
# spec file for package herbstluftwm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: herbstluftwm
|
Name: herbstluftwm
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A manual tiling window manager
|
Summary: A manual tiling window manager
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -30,16 +30,25 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: cmake >= 3.1
|
BuildRequires: cmake >= 3.1
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: gcc-c++ >= 4.9
|
BuildRequires: gcc-c++ >= 4.9
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: libXft-devel
|
|
||||||
BuildRequires: libXrandr-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libxslt-devel
|
|
||||||
BuildRequires: ncurses-utils
|
BuildRequires: ncurses-utils
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
|
BuildRequires: pkgconfig(gmodule-export-2.0)
|
||||||
|
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(libexslt)
|
||||||
|
BuildRequires: pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(xft)
|
||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
|
BuildRequires: pkgconfig(xrandr)
|
||||||
|
BuildRequires: pkgconfig(xrender)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
|
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
|
||||||
|
Loading…
Reference in New Issue
Block a user