Initial WIP floating window implementation

This commit is contained in:
Ivan Molodetskikh
2024-11-29 21:11:02 +03:00
parent 951f63b6fd
commit c5fffd6e2c
986 changed files with 3076 additions and 1206 deletions
+4
View File
@@ -474,6 +474,10 @@ binds {
Mod+Shift+Minus { set-window-height "-10%"; }
Mod+Shift+Equal { set-window-height "+10%"; }
// Move the focused window between the floating and the tiling layout.
Mod+V { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
// Actions to switch layouts.
// Note: if you uncomment these, make sure you do NOT have
// a matching layout switch hotkey configured in xkb options above.