Suspend on pause or calculator press
This commit is contained in:
parent
f84abf9908
commit
11652691e2
|
@ -199,6 +199,8 @@ in {
|
|||
"$mainMod,XF86AudioRaiseVolume, exec, ${playerctl} next"
|
||||
"$mainMod,XF86AudioLowerVolume, exec, ${playerctl} previous"
|
||||
'', Print, exec, ${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp -d)" - | wl-copy''
|
||||
'', Pause, exec, systemctl suspend''
|
||||
'', XF86Calculator, exec, systemctl suspend''
|
||||
|
||||
"$mainMod, H, exec, ${./files/vim-hypr-nav.sh} l"
|
||||
"$mainMod, L, exec, ${./files/vim-hypr-nav.sh} r"
|
||||
|
|
Loading…
Reference in New Issue