Browse Source

Add backlight control

Alois Mahdal 9 years ago
parent
commit
21f613ccf5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config View File

@@ -194,6 +194,8 @@ bindsym $mod+c              exec "saturnin clip save"
194 194
 bindsym $mod+Shift+c        exec "saturnin clip load"
195 195
 bindsym $mod+Shift+f        exec thunar
196 196
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
197
+bindsym $mod+d              exec xbacklight -dec 50
198
+bindsym $mod+Shift+d        exec xbacklight -inc 10
197 199
 
198 200
 bindsym $mod+Escape         exec "saturnin iam afk"
199 201
 bindsym $mod+Shift+Escape   exec "saturnin iam gone"