Explorar el Código

Add backlight control

Alois Mahdal hace 9 años
padre
commit
21f613ccf5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config Ver fichero

@@ -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"