mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 16:18:12 +01:00
6 lines
221 B
Text
6 lines
221 B
Text
# brightness control
|
|
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
|