Skip to content

Releases: aesophor/wmderland

0.8.1 Beta

09 Dec 00:49

Choose a tag to compare

0.8.1 Beta Pre-release
Pre-release

What's new:

  • Now floating windows should work better.
  • Still has some issue with applications like steam: If the user has resized the steam's main window, then next time when steam starts up, the "startup logo window" will be as large as the main window.
  • Some fullscreen applications (like games) are still buggy. You'll have to toggle floating + toggle fullscreen to make the games work.

0.8 Beta

08 Dec 08:37
18063f3

Choose a tag to compare

0.8 Beta Pre-release
Pre-release

What's new:

  • Now when users drag or resize a floating window, its position and size will be remembered. (serialized in ~/.local/share/Wmderland/cookie)
  • Some hotkeys changed: moving application to a workspace is now Mod+Shift+{1-9} instead of alt+{1-9}
  • Define Shift key in bindsym syntax. Example usage:
    • bindsym Mod4+Shift+q kill
  • Define variables in config. The prefix '$' declares a variable. Example usage:
    • set $Mod = Mod4
    • bindsym $Mod+f toggle_fullscreen
  • Added Exit action. Now you can bindsym $Mod+Shift+Escape exit.

0.7 Beta

07 Dec 06:54

Choose a tag to compare

0.7 Beta Pre-release
Pre-release

What's new:

  • Replaced the hardcoded screen size with wm_utils::GetDisplayResolution()
  • Dialog windows will now automatically resize to the preferred size based on WM_SIZE_HINTS.
  • Fully functional keybinding in config with two types of syntax:
    • bindsym +
    • bindsym + exec
    • If no custom keybind is specified, Wmderland will use the default keybindings, which is the same as the following

List of available Actions for bindsym :

bindsym Mod4+g tile_horizontally
bindsym Mod4+v tile_vertically
bindsym Mod4+h focus_left
bindsym Mod4+l focus_right
bindsym Mod4+j focus_down
bindsym Mod4+k focus_up
bindsym Mod4+o toggle_floating
bindsym Mod4+f toggle_fullscreen
bindsym Mod4+q kill

; Here's an example of the "bindsym exec" syntax:
bindsym Mod4+Return exec urxvt

0.6.2 Beta

05 Dec 09:58

Choose a tag to compare

0.6.2 Beta Pre-release
Pre-release

First stable release.

Some issues with this version:

  • Floating windows sometimes look very small at the center of the screen. (Workaround: either resize it or Super + o twice)
  • Does not work well with fullscreen games like Skyrim or whatever.
  • Running emulator in Android Studio crashes the wm (dafuq)
  • Maybe there are some other insidious bugs

0.6.1 Beta

04 Dec 22:40

Choose a tag to compare

0.6.1 Beta Pre-release
Pre-release

What's new:

  • Floating rules
  • Enabled link time optimization (-flto) and binary size optimization (-Os) in the Makefile.
  • Compiled binary reduced to 324 KB in size.
  • Minor bugs fixed

0.6 Beta

04 Dec 12:40

Choose a tag to compare

0.6 Beta Pre-release
Pre-release

What's new:

  • Toggle windows between tiled / floating.
  • Smart floating (dialog windows will be floating by default).
  • Prohibits moving / resizing windows if clients are in tiled mode.
  • A very basic configuration system. (example config)
  • Minor bugs fixed.

0.5 Beta (Broken, do not use)

28 Nov 03:55

Choose a tag to compare

Pre-release

Initial Release:

  • Horizontal and vertical tiling (with gaps!).
  • Workspaces. Super + {1~9}: switch; Alt + {1~9}: move application to...
  • Window border.
  • Compatible with Polybar's xwindow module.