From bbfbfc4d183bfc03433c3d58be16def815653272 Mon Sep 17 00:00:00 2001 From: satr14 Date: Wed, 22 Jul 2026 18:12:39 +0700 Subject: [PATCH] add keybinds --- modules/home/rice/keybinds.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index a738878..00041fe 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -23,8 +23,10 @@ "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+Ctrl+Left".action.set-window-width = [ "-5%" ]; + "Mod+Ctrl+Right".action.set-window-width = [ "+5%" ]; + "Mod+Ctrl+Down".action.set-window-height = [ "+5%" ]; + "Mod+Ctrl+Up".action.set-window-height = [ "-5%" ]; "Mod+G".action.center-column = {}; "Mod+F".action.toggle-window-floating = {};