From 4b114a574f5f97172b4597db3b506a205b39e29b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 13:30:55 +0200 Subject: Added binds to execute the work presets --- home/rices/finals/niri/kdl/binds.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/rices/finals/niri/kdl/binds.kdl') 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%+"; } -- cgit v1.2.3