diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:19:37 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:17:30 +0200 |
commit | 76c826827a7693924e68f274b338f87d59dcca30 (patch) | |
tree | c2e8e2a265642e8e90ac8fd1b4e4e6f082318301 /i3 | |
parent | 30da210063ef21dfd2f59a482c093d025bf96371 (diff) | |
download | dotfiles-76c826827a7693924e68f274b338f87d59dcca30.tar.xz |
i3: Add brightnes keybindings
Diffstat (limited to 'i3')
-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 |