buran/hyprland: exec screenlock on lid close

This commit is contained in:
2023-12-27 16:22:20 +01:00
parent 838e99f3de
commit d0a13dc52d

View File

@ -149,6 +149,10 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, E, togglesplit, # dwindle
bind = $mainMod, F, fullscreen,
{% if hostname == "buran" %}
bindl=,switch:Lid Switch,exec,screenlock
{% end %}
bindl = , xf86audiolowervolume, exec, voldown
bindl = , xf86audioraisevolume, exec, volup
bindl = , xf86audiomute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle