diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:19:37 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:19:37 +0200 |
commit | 276b4535dcdc508273742ad007a667493ada882f (patch) | |
tree | 3155bd31c1b28260f652332fbd1960b13f2c97ed | |
parent | 04e4b8089e4d338fd22567f2307a191f106b008d (diff) | |
download | dotfiles-276b4535dcdc508273742ad007a667493ada882f.tar.xz |
i3: Add brightnes keybindings
-rw-r--r-- | i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ bindsym $mod+Shift+g exec --no-startup-id setxkbmap us #bindsym $mod+Shift+u exec --no-startup-id setxkbmap dvp bindsym $mod+Shift+u exec --no-startup-id setxkbmap dvorak +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # control ncmpcpp / mpd from media keys bindsym XF86AudioPlay exec --no-startup-id mpc toggle |