add volume and brightness keybinds
parent
1709628b8e
commit
7ffa4c1fa3
|
@ -126,6 +126,13 @@ bind = $mainMod, R, exec, bemenu-run
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, V, togglesplit, # dwindle
|
bind = $mainMod, V, togglesplit, # dwindle
|
||||||
|
|
||||||
|
bind = ,XF86AudioLowerVolume,exec, vol.sh -d 0.02
|
||||||
|
bind = ,XF86AudioRaiseVolume,exec, vol.sh -i 0.02
|
||||||
|
bind = ,XF86AudioMute,exec, vol.sh --toggle-mute
|
||||||
|
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||||
|
bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%-
|
||||||
|
bind = $mainMod SHIFT, S, exec, ss.sh -s
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, H, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
bind = $mainMod, L, movefocus, r
|
bind = $mainMod, L, movefocus, r
|
||||||
|
|
Loading…
Reference in New Issue