fixed media keys in niri
This commit is contained in:
parent
421450c8a9
commit
aa0a95ea1b
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@ in {
|
|||
|
||||
"Mod+Shift+A".action = spawn "hyprlock";
|
||||
|
||||
"XF86AudioPlay" = { allow-when-locked = true; action = spawn "playerctl" "play-pause"; };
|
||||
"XF86AudioNext" = { allow-when-locked = true; action = spawn "playerctl" "next"; };
|
||||
"XF86AudioPrev" = { allow-when-locked = true; action = spawn "playerctl" "previous"; };
|
||||
|
||||
"XF86AudioRaiseVolume" = {
|
||||
allow-when-locked = true;
|
||||
action = spawn "swayosd-client" "--output-volume" "raise";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue