Releases: tudurom/windowchef
v0.5.2
v0.5.1
- Fixed #49 Internal border causes black/transparent border on termite.
- Windowchef will print the cause of error when loading of the config file fails.
- Last window focusing works correctly
- Fixed #62 'waitron window_rev_cycle' crash report
- Added grid movement and resizing
functions thanks to @Vxid.
v0.5.0
- window_put_in_grid now has two additional params to specify how many cells to occupy. This is not optional. Sorry.
- Each window managed by the WM has a property named
WINDOWCHEF_STATUS
that
contains data about it. It is updated every time the data is updated, such
as when you move or resize the window. JSON format. - Windows can be focused by others (_NET_ACTIVE_WINDOW)
- Windowchef respects chwbb, again. (#51)
- Borders render correctly in some programs (#49)
v0.4.1: Mouse resizing respects window resize hints
v0.4.0: Mouse, resize hints and other stuff
This version introduces new config options that people who thinker with the wm may like, window resize hints support (by @onodera-punpun), proper fullscreen support for some programs like firefox (which checks for the _NET_SUPPORTING_WM_CHECK
property on the root window before attempting EWMH magic), no more zombie processes and last but not least, mouse support! You can now drag and click windows to move them, focus them, or resize them! (heavily inspired by bspwm)
v0.3.2
A new release, this time with "last window focusing": windowchef
will focus the previously focused window when the currently focused one is closed or unmapped. This behavior can also be triggered with a command (window_focus_last
) and can be changed with a config value (enable_last_window_focusing
). Props to @allora for the patch! See #26 for the issue.
v0.3.1
v0.3.0
- New commands:
window_cardinal_focus
andgroup_remove_all_windows
. - Some bugs squashed
- The current EWMH desktop (
_NET_CURRENT_DESKTOP
on the root window) reflects the group number of the currently focused window to avoid strange behavior in some programs. - New
contrib
andexamples
directories that are installed in${PREFIX}/share/doc/windowchef
.