mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2026-04-05 14:01:17 +02: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
|