1.0.4 Wmderland -> wmderland
IMPORTANT : Wmderland has been renamed to w
mderland !!!!!!!!!!!!
What's New:
-
Added support for
Moving/resizing floating windows with keybinds
(#18)Move floating windows around with keybinds:
bindsym $Mod+$Alt+Shift+h float_move_left bindsym $Mod+$Alt+Shift+l float_move_right bindsym $Mod+$Alt+Shift+k float_move_up bindsym $Mod+$Alt+Shift+j float_move_down
Resize floating windows with keybinds:
bindsym $Mod+$Alt+h float_resize_left bindsym $Mod+$Alt+l float_resize_right bindsym $Mod+$Alt+k float_resize_up bindsym $Mod+$Alt+j float_resize_down
The default "step" for moving / resizing floating windows is 10px. They can also be specified in the config:
set float_move_step = 10 set float_resize_step = 10