From 07211d4093b552e17d78d5c1116941352a00a71c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 5 Nov 2019 13:07:00 +0100 Subject: [PATCH] [FIX][I3] Remove wrong path to i3exit command --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9fc94e0..08381d8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -286,7 +286,7 @@ exec --no-startup-id dunst # Notify when battery is at 15% and 5% percent exec --no-startup-id i3-battery-popup -n -L 15 -l 5 # Autolock after 1 minute without any input, lock on upper-left, don't in lower-right -exec --no-startup-id xautolock -time 1 -cornerredelay 5 -corners +00- -locker "~/scripts/i3exit lock" +exec --no-startup-id xautolock -time 1 -cornerredelay 5 -corners +00- -locker "i3exit lock" # Set the wallpaper using the last settings exec --no-startup-id ~/.fehbg