From 3741deced0ab0a08b08d684546dda4898b01cfd0 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 19 Jan 2025 15:40:39 -0800 Subject: wayland: disable always starting waybar --- roles/home/desktop/sway.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/home/desktop/sway.nix b/roles/home/desktop/sway.nix index 52a42f8..2b8f091 100644 --- a/roles/home/desktop/sway.nix +++ b/roles/home/desktop/sway.nix @@ -93,7 +93,9 @@ }; startup = [ - { command = "${pkgs.waybar}/bin/waybar"; always = true; } + # { command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; } + + { command = "${pkgs.waybar}/bin/waybar"; } #TODO: make sure swww-daemon is *re*starting { command = "${pkgs.swww}/bin/swww-daemon"; always = true; } -- cgit v1.2.3