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" {