mirror of https://gitlab.com/dabruh/dotfiles.git
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
mode "system" {
|
||
|
# brightness control
|
||
|
bindsym j exec --no-startup-id sudo brightnessctl set -q 5%-
|
||
|
bindsym k exec --no-startup-id sudo brightnessctl set -q +5%
|
||
|
}
|
||
|
|
||
|
# Battery manager
|
||
|
exec_always --no-startup-id killall battmon.sh; ~/.config/i3/scripts/battmon.sh
|