Skip to content

Commit b2155ce

Browse files
committed
Fix brightnessctl command to use percentage
1 parent b343a02 commit b2155ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/linux/.config/sxhkd/sxhkdrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ XF86AudioNext
110110
playerctl --player=spotify next
111111

112112
# screen brightness
113-
XF86MonBrightness{Up,Down}
114-
brightnessctl set 10{+,-}
113+
XF86MonBrightnessDown
114+
brightnessctl set 10%-
115+
XF86MonBrightnessUp
116+
brightnessctl set 10%+
115117

116118
# dunst
117119
ctrl + period

0 commit comments

Comments
 (0)