diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -190,6 +190,8 @@ client.placeholder $bg $bg $bg $bg client.background $black exec --no-startup-id nm-applet +exec --no-startup-id feh --bg-fill .i3/wp.jpg + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) @@ -203,5 +205,5 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound # Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness +bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness |