Browse Source

Increase backlight brightness a bit faster

Alois Mahdal 9 years ago
parent
commit
dce506ec09
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -197,7 +197,7 @@ bindsym $mod+Shift+c        exec "saturnin clip load"
197 197
 bindsym $mod+Shift+f        exec thunar
198 198
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
199 199
 bindsym $mod+d              exec xbacklight -dec 50
200
-bindsym $mod+Shift+d        exec xbacklight -inc 10
200
+bindsym $mod+Shift+d        exec xbacklight -inc 25
201 201
 
202 202
 bindsym $mod+Escape         exec "saturnin iam afk"
203 203
 bindsym $mod+Shift+Escape   exec "saturnin iam gone"