aesophor / wmderland

🌳 X11 tiling window manager using space partitioning trees
https://www.reddit.com/r/unixporn/comments/fb8ve1/wmderland_104_time_to_move_on/
MIT License
409 stars 15 forks source link

Add support for moving / resizing floating windows with keybinds #18 #35

Closed aesophor closed 4 years ago

aesophor commented 4 years ago

Feature request: #18 has been implemented.

Move floating windows around:

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:

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