aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/rices/schrottkatze/niri/kdl/binds.kdl31
1 files changed, 29 insertions, 2 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/binds.kdl b/home/rices/schrottkatze/niri/kdl/binds.kdl
index 28da700..1f2c9af 100644
--- a/home/rices/schrottkatze/niri/kdl/binds.kdl
+++ b/home/rices/schrottkatze/niri/kdl/binds.kdl
@@ -5,7 +5,7 @@ binds {
Mod+M repeat=false { spawn "hyprpicker"; }
Mod+I repeat=false { spawn "bemoji" "-n"; }
Mod+N repeat=false { spawn "firefox"; }
- Mod+E repeat=false { spawn "kitty" "hx" "~/.config/niri/live.kdl"; }
+ Mod+E repeat=false { spawn "kitty" "vi" "~/.config/niri/live.kdl"; }
Mod+Ctrl+Shift+E { quit; }
Mod+Q { close-window; }
@@ -45,11 +45,38 @@ binds {
Mod+R { switch-preset-column-width; }
- Mod { toggle-overview; }
+ Mod+G { toggle-overview; }
Mod+V { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
+ // workspace navigation
+ Mod+P { focus-workspace-up; }
+ Mod+Ctrl+P { move-workspace-up; }
+ Mod+Shift+P { move-column-to-workspace-up; }
+ Mod+WheelScrollUp cooldown-ms=150 { focus-workspace-up; }
+ Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
+ Mod+Ctrl+WheelScrollUp cooldown-ms=150 { move-column-to-workspace-up; }
+ Mod+Ctrl+WheelScrollDown cooldown-ms=150 { move-column-to-workspace-down; }
+ Mod+1 { focus-workspace 1; }
+ Mod+2 { focus-workspace 2; }
+ Mod+3 { focus-workspace 3; }
+ Mod+4 { focus-workspace 4; }
+ Mod+5 { focus-workspace 5; }
+ Mod+6 { focus-workspace 6; }
+ Mod+7 { focus-workspace 7; }
+ Mod+8 { focus-workspace 8; }
+ Mod+9 { focus-workspace 9; }
+ Mod+Ctrl+1 { move-column-to-workspace 1; }
+ Mod+Ctrl+2 { move-column-to-workspace 2; }
+ Mod+Ctrl+3 { move-column-to-workspace 3; }
+ Mod+Ctrl+4 { move-column-to-workspace 4; }
+ Mod+Ctrl+5 { move-column-to-workspace 5; }
+ Mod+Ctrl+6 { move-column-to-workspace 6; }
+ Mod+Ctrl+7 { move-column-to-workspace 7; }
+ Mod+Ctrl+8 { move-column-to-workspace 8; }
+ Mod+Ctrl+9 { move-column-to-workspace 9; }
+
// monitor controls
Mod+Ctrl+H { focus-monitor-left; }
Mod+Ctrl+J { focus-monitor-down; }