This commit is contained in:
nora 2025-09-06 23:02:44 +02:00
parent a6b6c2ac24
commit 67c1ae558d
2 changed files with 4 additions and 0 deletions

View file

@ -364,6 +364,9 @@ binds {
XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; } XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; } XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; } XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
Mod+Q { close-window; } Mod+Q { close-window; }

View file

@ -52,6 +52,7 @@ in
spotify spotify
rustup # rustup from nix for rust :) rustup # rustup from nix for rust :)
gamescope # so i can put it in steam startup command lines gamescope # so i can put it in steam startup command lines
wl-clipboard
(pkgs.writeShellApplication { (pkgs.writeShellApplication {
name = "lock-and-power-off-screen"; name = "lock-and-power-off-screen";
text = '' text = ''