Implement brightness control
This commit is contained in:
parent
b2663be392
commit
517067eb83
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ bindsym XF86AudioMute exec pamixer -t
|
|||
bindsym XF86AudioRaiseVolume exec pamixer -i 5
|
||||
bindsym XF86AudioLowerVolume exec pamixer -d 5
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessUp exec light -A 10
|
||||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
|
||||
# Lock
|
||||
bindsym $mod+Shift+o exec swaylock -f -C ~/.config/swaylock/config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue