diff options
-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 |