moonarch/defaults/user/systemd/user/nautilus.service
nevaforget fdedc8071f
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
Add nautilus preload service for faster file manager startup
xdg-open ~ (Super+E) cold-starts Nautilus every time, causing
noticeable delay. A GApplication service keeps Nautilus warm in the
background so subsequent opens are near-instant. Follows the same
pattern as the existing walker.service.

Closes #2
2026-04-07 09:03:18 +02:00

12 lines
224 B
Desktop File

[Unit]
Description=Nautilus File Manager (GApplication Service)
After=graphical-session.target
[Service]
Type=simple
ExecStart=nautilus --gapplication-service
Restart=on-failure
[Install]
WantedBy=graphical-session.target