Browse Source

Avoid reaching brightness 0 too easy

Apparently with some distros, raching 0 will turn off the display
completely.  Step of 49 makes it easy to avoid that while still keeping
the advantage of huge step.
Alois Mahdal 9 years ago
parent
commit
55f899c517
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -233,7 +233,7 @@ bindsym $mod+Shift+b        exec "bmo uris -1 | bmo xuris"
233 233
 bindsym $mod+Shift+c        exec "bmo uris -1 | bmo xuris -c"
234 234
 bindsym $mod+i              exec "bmo menu uris"
235 235
 bindsym $mod+Shift+i        exec "bmo menu www_hist"
236
-bindsym $mod+d              exec xbacklight -dec 50
236
+bindsym $mod+d              exec xbacklight -dec 49
237 237
 bindsym $mod+Shift+d        exec xbacklight -inc 5
238 238
 bindsym $mod+q              exec "bmo clip cat | sed 's/^/g /' | bmo uris | bmo xuris"
239 239
 bindsym $mod+Shift+q        exec "bmo clip cat | perl -ne '$a=qx(bmo menu query); chomp $a; print qq/$a $_/' | bmo uris | bmo xuris"