i3: fine tuning of brightness with shift+🔆±

This commit is contained in:
Gabriel Ebner 2018-11-26 18:03:31 +01:00
parent 15c8d98ab3
commit 43cf77e0e9
1 changed files with 2 additions and 0 deletions

View File

@ -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)