Compare commits
2 Commits
838e99f3de
...
b6531abf57
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6531abf57
|
|||
|
d0a13dc52d
|
@ -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
|
||||
|
||||
Reference in New Issue
Block a user