From 6232638023048f8b38498a7392067bb37935659c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 9 Feb 2021 20:46:04 +0100 Subject: [PATCH] i3: Remove deprecated wallchanger hotkeys --- i3/config.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/i3/config.j2 b/i3/config.j2 index 4ff89e9..aebb00f 100644 --- a/i3/config.j2 +++ b/i3/config.j2 @@ -344,9 +344,6 @@ bindsym XF86AudioPrev exec $scriptdir/spotify-control previous bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 8 ; exec --no-startup-id $scriptdir/update-status bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 8 ; exec --no-startup-id $scriptdir/update-status -bindsym $mod+o exec --no-startup-id xautorandr ; exec --no-startup-id kill -SIGUSR2 $(cat $RUNDIR/wallchanger.$XDG_SESSION_ID.pid)'" -bindsym $mod+p exec --no-startup-id kill -SIGUSR1 $(cat $RUNDIR/wallchanger.$XDG_SESSION_ID.pid) - bindsym $mod+m exec --no-startup-id $scriptdir/pa-volume mute-toggle-mic ##############################################################################