From bb515001916a7e37e0c013311aaeac183ea4f777 Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 9 Jul 2026 16:43:38 +0700 Subject: [PATCH] add keybinds --- modules/home/rice/keybinds.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index 6a96c10..aea5e72 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -22,6 +22,8 @@ "Mod+Shift+Down".action.move-window-down-or-to-workspace-down = {}; "Mod+Shift+Left".action.move-column-left = {}; "Mod+Shift+Right".action.move-column-right = {}; + "Mod+Ctrl+Left".action.set-column-width = [ "-5%" ]; + "Mod+Ctrl+Right".action.set-column-width = [ "+5%" ]; "Mod+G".action.center-column = {}; "Mod+F".action.toggle-window-floating = {};