diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -178,8 +178,8 @@ bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 5%- bindsym XF86AudioMute exec amixer -D pulse sset Master 0% # Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 +bindsym XF86MonBrightnessUp exec light -A 10 +bindsym XF86MonBrightnessDown exec light -U 10 # font pango:DejaVu Sans Mono 10 bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds |