Fix tray.target to start polybar on login
This commit is contained in:
parent
765621550e
commit
e5f7c9ceb1
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
2
nixos/home-manager/env/sxhkd.nix
vendored
2
nixos/home-manager/env/sxhkd.nix
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue