Skip to content
Snippets Groups Projects
Commit 39beadfc authored by Ray Sherwin's avatar Ray Sherwin
Browse files

Author: Jonas Strassel <info@jonas-strassel.de>

Date:   Sat Feb 24 21:13:10 2024 +0100

    :bug: Replace light with brightnessctl
parent 9d03f36a
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ hyperfine
jq
khard
khal
#light
brightnessctl
mdcat
mediainfo
mlocate
......
......@@ -36,10 +36,10 @@ bindsym XF86AudioLowerVolume exec amixer -q sset 'Master' 5%-
bindsym XF86AudioMute exec amixer -q sset 'Master' toggle
## Action // Increase brightness ##
bindsym XF86MonBrightnessUp exec light -A 5
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
## Action // Decrease brightness ##
bindsym XF86MonBrightnessDown exec light -U 5
+bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
## Action // Show shutdown dialog on PowerOff key ##
bindsym XF86PowerOff exec $shutdown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment