diff --git a/home-manager/home.nix b/home-manager/home.nix index 091d15e..8d6bb92 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -275,6 +275,8 @@ "Super+Ctrl+R".action = reset-window-height; "Super+F".action = maximize-column; "Super+Shift+F".action = fullscreen-window; + "Super+Shift+G".action = toggle-window-floating; + "Super+Shift+T".action = switch-focus-between-floating-and-tiling; "Super+C".action = center-column; "Super+Minus".action = set-column-width "-10%";