From 5a49b445f6683032b0d7d46093b0071279a24f67 Mon Sep 17 00:00:00 2001 From: Jason Russell Date: Tue, 29 Sep 2015 12:46:27 +0200 Subject: [PATCH 1/2] Increase change increments --- .i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.i3/config b/.i3/config index dc21722..2f8ad1b 100644 --- a/.i3/config +++ b/.i3/config @@ -163,14 +163,14 @@ bindsym $mod+y exec atom bindsym $mod+Shift+s exec --no-startup-id "i3lock && systemctl suspend" bindsym $mod+Shift+x exec --no-startup-id "i3lock" bindsym $mod+F9 exec amixer -q set Master toggle -bindsym $mod+F10 exec amixer -q set Master 1%- unmute -bindsym $mod+F11 exec amixer -q set Master 1%+ unmute +bindsym $mod+F10 exec amixer -q set Master 7%- unmute +bindsym $mod+F11 exec amixer -q set Master 7%+ unmute -bindsym XF86AudioLowerVolume exec amixer -q set Master 1%- unmute -bindsym XF86AudioRaiseVolume exec amixer -q set Master 1%+ unmute +bindsym XF86AudioLowerVolume exec amixer -q set Master 7%- unmute +bindsym XF86AudioRaiseVolume exec amixer -q set Master 7%+ unmute bindsym XF86AudioMute exec amixer -q set Master toggle -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 +bindsym XF86MonBrightnessUp exec xbacklight -inc 15 +bindsym XF86MonBrightnessDown exec xbacklight -dec 15 exec --no-startup-id nm-applet From bc0930b39548121acee24ed8313efa92e84ce0b3 Mon Sep 17 00:00:00 2001 From: Jason Russell Date: Tue, 29 Sep 2015 12:52:58 +0200 Subject: [PATCH 2/2] Fix image location issue --- .i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index 99123e9..361d325 100644 --- a/.i3/config +++ b/.i3/config @@ -161,7 +161,7 @@ bindsym $mod+c exec chromium bindsym $mod+t exec subl bindsym $mod+y exec atom bindsym $mod+Shift+s exec --no-startup-id "i3lock && systemctl suspend" -bindsym $mod+Shift+x exec --no-startup-id "gnome-screenshot -f tmp/fakeD.png && convert tmp/fakeD.png -channel RGBA -blur 0x4 tmp/fakeD.png && i3lock -i tmp/fakeD.png -n" +bindsym $mod+Shift+x exec --no-startup-id "gnome-screenshot -f /tmp/fakeD.png && convert /tmp/fakeD.png -channel RGBA -blur 0x4 /tmp/fakeD.png && i3lock -i /tmp/fakeD.png -n" bindsym $mod+F9 exec amixer -q set Master toggle bindsym $mod+F10 exec amixer -q set Master 7%- unmute bindsym $mod+F11 exec amixer -q set Master 7%+ unmute