Fix tray.target to start polybar on login

This commit is contained in:
Evie Litherland-Smith 2023-04-06 12:58:44 +01:00
parent 765621550e
commit e5f7c9ceb1
2 changed files with 6 additions and 1 deletions

View file

@ -3,5 +3,10 @@
systemd.user.targets.tray = {
enable = true;
wantedBy = ["graphical-session.target"];
unitConfig = {
Description = "Tray target";
Requires="graphical-session.target";
After="graphical-session.target";
};
};
}

View file

@ -18,7 +18,7 @@
"super + g" = "bspc node -s biggest";
# Custom scripts
"super + p" = "xfce4-session-logout"; # "$HOME/.dotfiles/scripts/powermenu";
"super + p" = "$HOME/.dotfiles/scripts/powermenu";
"super + e" = "$HOME/.dotfiles/scripts/power-profiles";
# State/Flags