Add pcmanfm-qt daemon service

This commit is contained in:
ItsDrike 2025-09-10 20:51:35 +02:00
parent 7db4d8a832
commit ad405ca268
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=PCManFM-qt daemon
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/pcmanfm-qt --daemon-mode
Restart=on-failure
Slice=session-graphical.slice
[Install]
WantedBy=graphical-session.target

View file

@ -147,7 +147,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
# Services # Services
sudo systemctl enable --now seatd.service sudo systemctl enable --now seatd.service
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop" echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
echo "" echo ""