diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-19 15:40:39 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-19 15:40:39 -0800 |
| commit | 3741deced0ab0a08b08d684546dda4898b01cfd0 (patch) | |
| tree | 1ec55c78209c4a565d775cbf7726a599d89e15e7 /roles | |
| parent | 1c203fb469ac585d242dc2ab0bd2dd1f77c1a044 (diff) | |
wayland: disable always starting waybar
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/home/desktop/sway.nix | 4 |
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; } |