aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-20 13:30:55 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-20 13:30:55 +0200
commit4b114a574f5f97172b4597db3b506a205b39e29b (patch)
treef5966e974c4ec0bc1898bfe7da2a4a81c8c37dc2
parentca48ebee8b524500da945da490f9cfee36c6fecf (diff)
Added binds to execute the work presets
-rw-r--r--home/rices/finals/niri/kdl/binds.kdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/rices/finals/niri/kdl/binds.kdl b/home/rices/finals/niri/kdl/binds.kdl
index 6341238..33560d7 100644
--- a/home/rices/finals/niri/kdl/binds.kdl
+++ b/home/rices/finals/niri/kdl/binds.kdl
@@ -65,6 +65,10 @@ binds {
Mod+F { maximize-column; }
Mod+Ctrl+F { fullscreen-window; }
+ // desktop presets
+ Mod+F1 repeat=false { spawn "sh" "-c" "~/.config/niri/scripts/preset-streaming.sh"; }
+ Mod+F2 repeat=false { spawn "sh" "-c" "~/.config/niri/scripts/preset-coding.sh"; }
+
// media keys
XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-"; }
XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+"; }