mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-22 16:18:12 +01:00
8 lines
266 B
Text
8 lines
266 B
Text
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; ~/.config/i3/scripts/battmon
|