From e0b62b7644fa6988d7fd7bc199c743926bacb6c2 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 25 Aug 2025 19:05:41 +0200 Subject: [PATCH] add back swaybar for some reason it spawns twice. probably nix config... --- sway/.config/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 79fa6a5..d3573a4 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -208,4 +208,12 @@ bindsym $mod+r mode "resize" # Special key to take a screenshot with grim bindsym Print exec grim +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + swaybar_command waybar +} + include /etc/sway/config.d/*