Skip to content

1.0.4 Wmderland -> wmderland

Compare
Choose a tag to compare
@aesophor aesophor released this 28 Feb 10:31
· 106 commits to master since this release

IMPORTANT : Wmderland has been renamed to wmderland !!!!!!!!!!!!


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