Compare commits

..

2 Commits

Author SHA1 Message Date
b6531abf57 buramn/hyprland: Lower gaps_out 2023-12-27 16:25:04 +01:00
d0a13dc52d buran/hyprland: exec screenlock on lid close 2023-12-27 16:22:20 +01:00

View File

@ -63,6 +63,8 @@ general {
gaps_in = 5
{% if hostname == "sputnik" %}
gaps_out = 10
{% elif hostname == "buran" %}
gaps_out = 5
{% else %}
gaps_out = 20
{% end %}
@ -149,6 +151,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