aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-01-19 15:40:39 -0800
committerCaroline Larimore <caroline@larimo.re>2025-01-19 15:40:39 -0800
commit3741deced0ab0a08b08d684546dda4898b01cfd0 (patch)
tree1ec55c78209c4a565d775cbf7726a599d89e15e7
parent1c203fb469ac585d242dc2ab0bd2dd1f77c1a044 (diff)
wayland: disable always starting waybar
-rw-r--r--roles/home/desktop/sway.nix4
1 files changed, 3 insertions, 1 deletions
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; }