From 5c9f535ed504fbae3f08c983be49f8522331ce36 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 11 Jan 2025 11:51:17 -0600 Subject: [PATCH] niri: modify center-column bind Signed-off-by: Myned --- options/custom/desktops/niri/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/niri/binds.nix b/options/custom/desktops/niri/binds.nix index 8ec5ef9..e746eb6 100644 --- a/options/custom/desktops/niri/binds.nix +++ b/options/custom/desktops/niri/binds.nix @@ -107,6 +107,7 @@ in { (key "B" "Mod" (spawn config.custom.browser.command)) (key "Backslash" "Mod" (spawn inhibit)) (key "Backslash" "Mod+Shift" (spawn power)) + (key "Backspace" "Mod" center-column) (key "Bracketleft" "Mod" (switch-layout "prev")) (key "Bracketright" "Mod" (switch-layout "next")) (key "C" "Mod" (spawn [walker "--modules" "clipboard"])) @@ -137,7 +138,6 @@ in { (key "R" "Mod" focus-window-or-workspace-down) (key "R" "Mod+Shift" move-window-down-or-to-workspace-down) (key "Return" "Mod" maximize-column) - (key "Return" "Mod+Ctrl" center-column) (key "Return" "Mod+Shift" fullscreen-window) (key "Right" "Mod" (spawn [playerctl "next"])) (key "S" "Mod" focus-column-or-monitor-right)