mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
sway: add brightness keys
This commit is contained in:
parent
648682100b
commit
4f7df189f8
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ bindsym XF86AudioMute exec \
|
|||
bindsym XF86AudioMicMute exec \
|
||||
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# brightness
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
|
||||
# kill, reload
|
||||
bindsym {
|
||||
$mod+Shift+c kill
|
||||
|
|
Loading…
Reference in a new issue