dotfiles/.config/i3/layers/config.post-main-90-laptop

11 lines
383 B
Plaintext
Raw Normal View History

2022-06-03 20:14:32 +02:00
# brightness control
2022-11-19 18:44:01 +01:00
set $brightness_down brightnessctl set -q 5%-
set $brightness_up brightnessctl set -q +5%
2022-11-03 13:04:40 +01:00
bindsym XF86MonBrightnessUp exec $brightness_up
bindsym XF86KbdBrightnessUp exec $brightness_up
2022-10-30 20:57:28 +01:00
bindsym XF86MonBrightnessDown exec $brightness_down
bindsym XF86KbdBrightnessDown exec $brightness_down
2022-05-27 21:07:07 +02:00
# Battery manager
2022-06-03 20:14:32 +02:00
exec_always --no-startup-id killall battmon; battmon