i3: fine tuning of brightness with shift+🔆±
This commit is contained in:
parent
15c8d98ab3
commit
43cf77e0e9
@ -68,6 +68,8 @@ ifelse(hostname, [petalius], [
|
||||
# brightness control
|
||||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
bindsym XF86MonBrightnessUp exec light -A 10
|
||||
bindsym Shift+XF86MonBrightnessDown exec light -U 1
|
||||
bindsym Shift+XF86MonBrightnessUp exec light -A 1
|
||||
])
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
|
Loading…
Reference in New Issue
Block a user