From 741250361173922408624045a2ef150c513a08ad Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 24 Nov 2022 14:04:40 -0500 Subject: [PATCH] Fix the exit option. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index bad078d..285d5a4 100755 --- a/i38.sh +++ b/i38.sh @@ -360,7 +360,7 @@ bindsym Control+semicolon exec bash -c 'i3-msg -t run_command reload && spd-say # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym Control+Shift+semicolon exec bash -c 'i3-msg -t run_command restart && spd-say -P important -Cw "I3 restarted."', mode "default" # exit i3 (logs you out of your X session) -bindsym Control+q exec "yad --image "dialog-question" --title 'I38' --button=yes:0 --button=no:1 --text 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' && exit i3 +bindsym Control+q exec bash -c 'yad --image "dialog-question" --title "I38" --button=yes:0 --button=no:1 --text "You pressed the exit shortcut. Do you really want to exit i3? This will end your X session." && i3-msg -t exit i3' bindsym Escape mode "default" }