buran/hyprland: exec screenlock on lid close
This commit is contained in:
@ -149,6 +149,10 @@ bind = $mainMod, P, pseudo, # dwindle
|
|||||||
bind = $mainMod, E, togglesplit, # dwindle
|
bind = $mainMod, E, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen,
|
||||||
|
|
||||||
|
{% if hostname == "buran" %}
|
||||||
|
bindl=,switch:Lid Switch,exec,screenlock
|
||||||
|
{% end %}
|
||||||
|
|
||||||
bindl = , xf86audiolowervolume, exec, voldown
|
bindl = , xf86audiolowervolume, exec, voldown
|
||||||
bindl = , xf86audioraisevolume, exec, volup
|
bindl = , xf86audioraisevolume, exec, volup
|
||||||
bindl = , xf86audiomute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindl = , xf86audiomute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|||||||
Reference in New Issue
Block a user