aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'roles/home/desktop')
-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; }