[i3] Bypass exit confirmation and activate hide_edge_borders

This commit is contained in:
lhark 2019-04-01 14:32:35 -04:00
parent 9f98d84e7b
commit aacda3c3c7

View file

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