mirror of https://gitlab.com/dabruh/dotfiles.git
Change brightness binding.
This commit is contained in:
parent
83fd7b6fee
commit
f727db4f36
|
@ -1,6 +1,6 @@
|
|||
# brightness control
|
||||
bindsym $mod+Ctrl+j exec sudo brightnessctl set -q 5%-
|
||||
bindsym $mod+Ctrl+k exec sudo brightnessctl set -q +5%
|
||||
bindsym XF86MonBrightnessDown exec sudo brightnessctl set -q 5%-
|
||||
bindsym XF86MonBrightnessUp exec sudo brightnessctl set -q +5%
|
||||
|
||||
# Battery manager
|
||||
exec_always --no-startup-id killall battmon; battmon
|
||||
|
|
Loading…
Reference in New Issue