Compare commits

...

4 commits

Author SHA1 Message Date
2d146fc8ae Use 10% for brightness 2024-12-16 17:54:19 +00:00
0d1d67db35 Fix brightness keys script 2024-12-16 17:53:15 +00:00
b7823f18ba Setup brightness keys 2024-12-16 17:51:35 +00:00
28ff19756b Install brightnessctl 2024-12-16 17:48:18 +00:00
2 changed files with 5 additions and 0 deletions

View file

@ -46,6 +46,7 @@ in {
audacity
autorandr
brickstore
brightnessctl
csharp-ls
cups
curl

View file

@ -56,6 +56,10 @@ bindsym XF86AudioPause exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
# Use brightnessctl to adjust brightness
bindsym XF86MonBrightnessUp exec brightnessctl set 10%+
bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod