From 412b8ef8aaa6e0cd3d202fab75af2ec0a903af75 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 14 Jun 2016 21:57:17 +0200 Subject: Shortcuts for min/max brightness --- i3.symlink/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3.symlink/config') 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 -- cgit v1.2.3