Skip to content

Releases: tudurom/windowchef

v0.5.2

10 Oct 16:34
v0.5.2
40c6550
Compare
Choose a tag to compare
  • Fixed uninstall makefile rule thanks to @xero

v0.5.1

22 Apr 13:36
v0.5.1
575c92e
Compare
Choose a tag to compare

v0.5.0

02 Feb 12:35
c3c5f0b
Compare
Choose a tag to compare
  • 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

22 Aug 20:43
0d4fc32
Compare
Choose a tag to compare

v0.4.0: Mouse, resize hints and other stuff

10 Aug 18:15
e8538bb
Compare
Choose a tag to compare

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

09 Mar 20:24
1ca46d2
Compare
Choose a tag to compare

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

26 Feb 17:37
437dc15
Compare
Choose a tag to compare
forgot to bump the version

v0.3.0

26 Feb 17:32
6896206
Compare
Choose a tag to compare
  • New commands: window_cardinal_focus and group_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 and examples directories that are installed in ${PREFIX}/share/doc/windowchef.