From 3d0a8730d4ef9592df8dce9ac47dd2975cbf5816 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 18 Nov 2019 10:46:30 -0500 Subject: [PATCH] Put i3bar back on top #i3 --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3d39176..ae51c8c 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -139,7 +139,7 @@ bindsym $mod+Shift+r restart 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'" bar { - position bottom + position top status_command i3status }