diff --git a/modules/home/wayland/niri/default.nix b/modules/home/wayland/niri/default.nix index d30b62e..73ea3ee 100644 --- a/modules/home/wayland/niri/default.nix +++ b/modules/home/wayland/niri/default.nix @@ -132,8 +132,8 @@ in { "Mod+Equal".action = set-column-width "+10%"; "Mod+Shift+Minus".action = set-window-height "-10%"; "Mod+Shift+Equal".action = set-window-height "+10%"; - "Mod+V".action = toggle-window-floating; - "Mod+Shift+V".action = switch-focus-between-floating-and-tiling; + "Mod+G".action = toggle-window-floating; + "Mod+Shift+G".action = switch-focus-between-floating-and-tiling; "Mod+T".action = toggle-column-tabbed-display; "Print".action = screenshot; "Ctrl+Print".action = screenshot-screen;