From aacda3c3c7eaecd1662f2507ebd7135eabb154f9 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 1 Apr 2019 14:32:35 -0400 Subject: [PATCH] [i3] Bypass exit confirmation and activate hide_edge_borders --- config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 9c3b6d2..e1344e6 100644 --- a/config/i3/config +++ b/config/i3/config @@ -15,6 +15,8 @@ set $mod Mod4 # is used in the bar {} block below. font pango:Hack 8 +hide_edge_borders both + # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono 8 @@ -145,7 +147,8 @@ bindsym $mod+x reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+x 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+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+e exec i3-msg exit # resize window (you can also use the mouse for that) mode "resize" {