From 0291babccac5bd90680f7c6b1c974ef93a113570 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 10 Jul 2022 11:45:03 +0200 Subject: [PATCH] i3: deaktiviere exit --- i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 39b1ae0..ac99a1f 100644 --- a/i3/config +++ b/i3/config @@ -155,13 +155,13 @@ bindsym $mod1+Ctrl+0 move container to workspace number $ws10; workspace number # reload the configuration file -bindsym $mod1+Shift+c reload +#bindsym $mod1+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod1+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod1+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 $mod1+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'" # keine Fensterrahmen wenn nur ein Fenster angezeigt wird hide_edge_borders smart