From e78a021e9d596f466c4e33d34ceb5917033f660f Mon Sep 17 00:00:00 2001 From: karasu Date: Sat, 6 Oct 2018 23:57:13 +0200 Subject: [PATCH] Fixes https://github.com/Antergos/antergos-packages/issues/391 --- skel/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/.config/i3/config b/skel/.config/i3/config index a8d2c7f..37312f6 100644 --- a/skel/.config/i3/config +++ b/skel/.config/i3/config @@ -122,7 +122,7 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+z exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" # lock bindsym $mod+Shift+x exec i3lock --color 475263