From 815211acfb529249f892983c88d62ba165954047 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Thu, 30 Apr 2026 21:49:01 -0400 Subject: [PATCH] configure floating toggles --- home-manager/home.nix | 2 ++ 1 file changed, 2 insertions(+) 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%";