Sfoglia il codice sorgente

Add backlight control

Alois Mahdal 11 anni fa
parent
commit
21f613ccf5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config Vedi 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"