Add binding for brightnessctl
This commit is contained in:
parent
5c195b6627
commit
2130874b6e
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
set $term kitty
|
set $term kitty
|
||||||
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
|
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
|
||||||
|
|
||||||
|
# Brightness
|
||||||
|
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||||
|
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
output eDP-1 scale 2
|
output eDP-1 scale 2
|
||||||
|
|
Reference in a new issue