aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/systemd')
-rw-r--r--home/.config/systemd/user/fakecam.service14
-rw-r--r--home/.config/systemd/user/noisetorch.service14
-rw-r--r--home/.config/systemd/user/spotifyd.service.d/override.conf10
3 files changed, 0 insertions, 38 deletions
diff --git a/home/.config/systemd/user/fakecam.service b/home/.config/systemd/user/fakecam.service
deleted file mode 100644
index f22e5b1..0000000
--- a/home/.config/systemd/user/fakecam.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Fake camera
-After=network.target
-
-[Service]
-Type=simple
-WorkingDirectory=%h/repos/Linux-Fake-Background-Webcam
-ExecStart=%h/repos/Linux-Fake-Background-Webcam/env/bin/python fake.py -c %h/.config/fakecam/config.ini
-# fake.py exits when pressing Ctrl + \ which corresponds to SIGQUIT
-# so we need to specify this kill signal instead of SIGINT
-KillSignal=SIGQUIT
-
-[Install]
-WantedBy=default.target
diff --git a/home/.config/systemd/user/noisetorch.service b/home/.config/systemd/user/noisetorch.service
deleted file mode 100644
index 8f1efa3..0000000
--- a/home/.config/systemd/user/noisetorch.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Noisetorch Noise Cancelling
-Requires=pipewire.socket
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/noisetorch -i -s "alsa_input.usb-SteelSeries_SteelSeries_Arctis_7-00.mono-chat" -t 95
-ExecStop=/usr/bin/noisetorch -u
-Restart=on-failure
-RestartSec=3
-
-[Install]
-WantedBy=default.target
diff --git a/home/.config/systemd/user/spotifyd.service.d/override.conf b/home/.config/systemd/user/spotifyd.service.d/override.conf
deleted file mode 100644
index d1b6f84..0000000
--- a/home/.config/systemd/user/spotifyd.service.d/override.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-After=gpg-agent.socket
-
-[Service]
-Environment="GNUPGHOME=%h/.local/share/gnupg"
-Environment="PASSWORD_STORE_DIR=%h/.local/share/password-store"
-Environment="SPOTIFYD_CLIENT_ID=0a1ac82014db4142b364c1d0aa50fea1"
-ExecStartPre=/usr/bin/sleep 5
-ExecStart=
-ExecStart=/usr/bin/spotifyd --no-daemon -d %H