Browse Source

Add backlight control

Alois Mahdal 10 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
 bindsym $mod+Shift+c        exec "saturnin clip load"
194
 bindsym $mod+Shift+c        exec "saturnin clip load"
195
 bindsym $mod+Shift+f        exec thunar
195
 bindsym $mod+Shift+f        exec thunar
196
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
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
 bindsym $mod+Escape         exec "saturnin iam afk"
200
 bindsym $mod+Escape         exec "saturnin iam afk"
199
 bindsym $mod+Shift+Escape   exec "saturnin iam gone"
201
 bindsym $mod+Shift+Escape   exec "saturnin iam gone"