diff --git a/home/.config/systemd/user/pcmanfm-qt.service b/home/.config/systemd/user/pcmanfm-qt.service new file mode 100644 index 0000000..571f683 --- /dev/null +++ b/home/.config/systemd/user/pcmanfm-qt.service @@ -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 diff --git a/install_gui.sh b/install_gui.sh index d1a7761..4e95d72 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -147,7 +147,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24 # Services 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 ""