mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 16:18:12 +01:00
10 lines
383 B
Text
10 lines
383 B
Text
# brightness control
|
|
set $brightness_down brightnessctl set -q 5%-
|
|
set $brightness_up brightnessctl set -q +5%
|
|
bindsym XF86MonBrightnessUp exec $brightness_up
|
|
bindsym XF86KbdBrightnessUp exec $brightness_up
|
|
bindsym XF86MonBrightnessDown exec $brightness_down
|
|
bindsym XF86KbdBrightnessDown exec $brightness_down
|
|
|
|
# Battery manager
|
|
exec_always --no-startup-id killall battmon; battmon
|