浏览代码

Add backlight control

Alois Mahdal 10 年前
父节点
当前提交
21f613ccf5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config 查看文件

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"