From 03ae85dff5523ea4568c1cf55e0cfdaec4bfaccb Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 19 Aug 2020 13:43:31 +0100 Subject: [PATCH] i3: remove i3blocks references i3blocks is long gone so these do nothing now Signed-off-by: Joe Groocock --- i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index 5a417e0..ef26589 100644 --- a/i3/config +++ b/i3/config @@ -149,7 +149,7 @@ bindsym --release $mod+Print exec screenshot --clip bindsym --release Shift+Print exec screenshot --active bindsym --release $mod+Shift+Print exec screenshot --active --clip bindsym $mod+Shift+x exec systemd-run-i3 -n i3-sensible-terminal --class floating-term --hold -e /bin/echo "$(xprop -id $(xdotool getactivewindow))" -bindsym $mod+$alt+space exec systemd-run-i3 -s background -n ~/.config/i3/cycleaudio.py && pkill -RTMIN+10 i3blocks +bindsym $mod+$alt+space exec systemd-run-i3 -s background -n ~/.config/i3/cycleaudio.py bindsym $mod+numbersign exec systemd-run-i3 -n i3-sensible-terminal --hold -e sh -c 'xclip -o | gpg --decrypt 2>&1' bindsym $mod+r exec bash -c 'pwgen -snc 32 1 | tee >(xargs notify-send Generated\ password\:) | xclip -i -r' bindsym $mod+g exec systemd-run-i3 -n notify-send -c transfer "$(gist -PRpc)" @@ -164,7 +164,7 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl -a previous bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +1000 bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -1000 bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle -bindsym XF86MonBrightnessUp exec light -A 5 && pkill -RTMIN+12 i3blocks -bindsym XF86MonBrightnessDown exec light -U 5 && pkill -RTMIN+12 i3blocks +bindsym XF86MonBrightnessUp exec light -A 5 +bindsym XF86MonBrightnessDown exec light -U 5 # vim:ft=i3