From c0b8e65db865f380ab5981b027927f81fdf54f00 Mon Sep 17 00:00:00 2001 From: gliech Date: Fri, 17 Nov 2023 12:12:17 +0100 Subject: [PATCH] feat(i3): move status bar to the top of the screen --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index f8c3797..a64380b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -182,6 +182,7 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + position top status_command i3status tray_output primary }