updated
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/gamemoded.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/gcr-ssh-agent.service
|
||||
@@ -0,0 +1 @@
|
||||
/home/narl/.config/systemd/user/gdrive-mount.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/gnome-keyring-daemon.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.service
|
||||
@@ -0,0 +1,24 @@
|
||||
# ~/.config/systemd/user/rclone-mount.service
|
||||
|
||||
[Unit]
|
||||
Description=Rclone Mount for google drive
|
||||
# This ensures your network is ready before it tries to mount
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
# The command to start the mount.
|
||||
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
||||
# The flags below are highly recommended for a good experience.
|
||||
ExecStart=rclone mount google_drive: %h/gdrive \
|
||||
--vfs-cache-mode writes \
|
||||
--log-file /tmp/rclone.log \
|
||||
--log-level INFO
|
||||
|
||||
# The command to unmount gracefully.
|
||||
ExecStop=fusermount -u %h/gdrive
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
# This tells systemd to start the service at user login.
|
||||
WantedBy=default.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprpaper.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprpolkitagent.service
|
||||
@@ -0,0 +1 @@
|
||||
/home/narl/.config/systemd/user/openrgb.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/waybar.service
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=OpenRGB Autostart
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/openrgb --profile white_static
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/gnome-keyring-daemon.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.socket
|
||||
Reference in New Issue
Block a user