diff --git a/community/cutefish/desktop-overlay/etc/profile.d/manjaro-tweaks.sh b/community/cutefish/desktop-overlay/etc/manjaro/manjaro-tweaks.sh similarity index 100% rename from community/cutefish/desktop-overlay/etc/profile.d/manjaro-tweaks.sh rename to community/cutefish/desktop-overlay/etc/manjaro/manjaro-tweaks.sh diff --git a/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service b/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service new file mode 100644 index 00000000..d5c5da41 --- /dev/null +++ b/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service @@ -0,0 +1,8 @@ +[Unit] +Description=Manjaro Tweaks + +[Service] +ExecStart=/usr/bin/sh /etc/manjaro/manjaro-tweaks.sh + +[Install] +WantedBy=multi-user.target