From e4d5df863d24a2c5a12c8a99c8af61efe119ecfe Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 28 Nov 2024 21:49:28 +0000 Subject: [PATCH] Use mod shift e --- config/packages/i3/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/packages/i3/config b/config/packages/i3/config index 95470a9..e4e97f0 100644 --- a/config/packages/i3/config +++ b/config/packages/i3/config @@ -190,8 +190,7 @@ bindsym $mod+Mod1+r reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 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 Control+Mod1+Delete exec "bash /home/vylpes/.cache/scripts/power.sh" +bindsym $mod+Shift+e exec "bash /home/vylpes/.cache/scripts/power.sh" # resize window (you can also use the mouse for that) mode "resize" {