diff options
author | Camil Staps | 2016-06-14 21:57:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | 412b8ef8aaa6e0cd3d202fab75af2ec0a903af75 (patch) | |
tree | 45d6bdccb9f0806f0744964db5d422b25ded9ee2 | |
parent | Spaces -> Tabs (diff) |
Shortcuts for min/max brightness
-rw-r--r-- | i3.symlink/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index abb6c41..b4d2c46 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -39,6 +39,8 @@ bindsym XF86AudioRaiseVolume exec amixer sset Master 1%+ && kill -s 10 `pidof i3 bindsym XF86AudioLowerVolume exec amixer sset Master 1%- && kill -s 10 `pidof i3status` bindsym $mod+F6 exec xbacklight -inc 5 -time 80 bindsym $mod+F5 exec xbacklight -dec 5 -time 80 +bindsym $mod+Shift+F6 exec xbacklight -set 100 -time 80 +bindsym $mod+Shift+F5 exec xbacklight -set 5 -time 80 # change focus bindsym $mod+j focus left |