aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
commit06b22df02c76797e617259af690adcad31337c52 (patch)
tree443cedd3b3c0f0d04d6497e6d31f8647a20b85dd /.config
parentfb8a828fe912f074d2bd378ac91adcb83034b3eb (diff)
Update naming scheme for applications
Diffstat (limited to '.config')
-rw-r--r--.config/systemd/user/bscv-dunst.service19
-rw-r--r--.config/systemd/user/bscv-sxhkd.service19
-rw-r--r--.config/systemd/user/dapp-.service.d/00-ExecSearchPath.conf4
-rw-r--r--.config/systemd/user/dapp-.service.d/00-WorkingDirectory.conf2
-rw-r--r--.config/systemd/user/dapp-bg-.service.d/00-Restart.conf2
-rw-r--r--.config/systemd/user/dapp-bg-dunst.service11
-rw-r--r--.config/systemd/user/dapp-bg-ntfy@.service (renamed from .config/systemd/user/bscv-ntfy@.service)6
-rw-r--r--.config/systemd/user/dapp-bg-sxhkd.service11
-rw-r--r--.config/systemd/user/dapp-fg-.service.d/00-Restart.conf2
-rw-r--r--.config/systemd/user/dapp-fg-evolution.service (renamed from .config/systemd/user/fsvc-evolution.service)0
-rw-r--r--.config/systemd/user/dapp-fg-firefox.service (renamed from .config/systemd/user/fsvc-firefox.service)0
-rw-r--r--.config/systemd/user/dapp-fg-irc.service (renamed from .config/systemd/user/fsvc-irc.service)0
-rw-r--r--.config/systemd/user/dapp-fg-keepassxc.service (renamed from .config/systemd/user/fsvc-keepassxc.service)0
-rw-r--r--.config/systemd/user/dapp-fg-networkmanager.service (renamed from .config/systemd/user/fsvc-nm-applet.service)0
14 files changed, 33 insertions, 43 deletions
diff --git a/.config/systemd/user/bscv-dunst.service b/.config/systemd/user/bscv-dunst.service
deleted file mode 100644
index ac64078..0000000
--- a/.config/systemd/user/bscv-dunst.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Manage an x11 application
-PartOf=graphical-session.target
-After=wman.target
-
-[Service]
-Type=exec
-Restart=on-failure
-
-ExecSearchPath=%h/.local/bin
-ExecSearchPath=/usr/local/bin
-ExecSearchPath=/usr/bin
-Environment=PATH=/home/tyil/.local/bin:/home/tyil/.config/shell/wrappers.d:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
-WorkingDirectory=%h
-
-ExecStart=/usr/bin/dunst
-
-[Install]
-WantedBy=wman.target
diff --git a/.config/systemd/user/bscv-sxhkd.service b/.config/systemd/user/bscv-sxhkd.service
deleted file mode 100644
index f1dde07..0000000
--- a/.config/systemd/user/bscv-sxhkd.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Manage an x11 application
-PartOf=graphical-session.target
-After=wman.target
-
-[Service]
-Type=exec
-Restart=on-failure
-
-ExecSearchPath=%h/.local/bin
-ExecSearchPath=/usr/local/bin
-ExecSearchPath=/usr/bin
-Environment=PATH=/home/tyil/.local/bin:/home/tyil/.config/shell/wrappers.d:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
-WorkingDirectory=%h
-
-ExecStart=/usr/bin/sxhkd
-
-[Install]
-WantedBy=wman.target
diff --git a/.config/systemd/user/dapp-.service.d/00-ExecSearchPath.conf b/.config/systemd/user/dapp-.service.d/00-ExecSearchPath.conf
new file mode 100644
index 0000000..3fdf3af
--- /dev/null
+++ b/.config/systemd/user/dapp-.service.d/00-ExecSearchPath.conf
@@ -0,0 +1,4 @@
+[Service]
+ExecSearchPath=%h/.local/bin
+ExecSearchPath=/usr/local/bin
+ExecSearchPath=/usr/bin
diff --git a/.config/systemd/user/dapp-.service.d/00-WorkingDirectory.conf b/.config/systemd/user/dapp-.service.d/00-WorkingDirectory.conf
new file mode 100644
index 0000000..d99a24c
--- /dev/null
+++ b/.config/systemd/user/dapp-.service.d/00-WorkingDirectory.conf
@@ -0,0 +1,2 @@
+[Service]
+WorkingDirectory=%h
diff --git a/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf b/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf
new file mode 100644
index 0000000..8a764e3
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf
@@ -0,0 +1,2 @@
+[Service]
+Restart=always
diff --git a/.config/systemd/user/dapp-bg-dunst.service b/.config/systemd/user/dapp-bg-dunst.service
new file mode 100644
index 0000000..2aff5ce
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-dunst.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run dunst
+PartOf=graphical-session.target
+After=wman.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/dunst
+
+[Install]
+WantedBy=wman.target
diff --git a/.config/systemd/user/bscv-ntfy@.service b/.config/systemd/user/dapp-bg-ntfy@.service
index 0490ea1..6297fea 100644
--- a/.config/systemd/user/bscv-ntfy@.service
+++ b/.config/systemd/user/dapp-bg-ntfy@.service
@@ -1,15 +1,11 @@
[Unit]
-Description=Start ntfy
+Description=Run ntfy
After=network.target
After=wman.target
[Service]
Type=exec
-ExecSearchPath=%h/.local/bin
-ExecSearchPath=/usr/local/bin
-ExecSearchPath=/usr/bin
ExecStart=ntfy subscribe "%i" 'notify-send "$t" "$m"'
-Restart=on-failure
[Install]
WantedBy=wman.target
diff --git a/.config/systemd/user/dapp-bg-sxhkd.service b/.config/systemd/user/dapp-bg-sxhkd.service
new file mode 100644
index 0000000..e250f1e
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-sxhkd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run the Simple X HotKey Daemon
+PartOf=graphical-session.target
+After=wman.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/sxhkd
+
+[Install]
+WantedBy=wman.target
diff --git a/.config/systemd/user/dapp-fg-.service.d/00-Restart.conf b/.config/systemd/user/dapp-fg-.service.d/00-Restart.conf
new file mode 100644
index 0000000..eedb19c
--- /dev/null
+++ b/.config/systemd/user/dapp-fg-.service.d/00-Restart.conf
@@ -0,0 +1,2 @@
+[Service]
+Restart=on-failure
diff --git a/.config/systemd/user/fsvc-evolution.service b/.config/systemd/user/dapp-fg-evolution.service
index a1dade0..a1dade0 100644
--- a/.config/systemd/user/fsvc-evolution.service
+++ b/.config/systemd/user/dapp-fg-evolution.service
diff --git a/.config/systemd/user/fsvc-firefox.service b/.config/systemd/user/dapp-fg-firefox.service
index 10e72a3..10e72a3 100644
--- a/.config/systemd/user/fsvc-firefox.service
+++ b/.config/systemd/user/dapp-fg-firefox.service
diff --git a/.config/systemd/user/fsvc-irc.service b/.config/systemd/user/dapp-fg-irc.service
index efd4b81..efd4b81 100644
--- a/.config/systemd/user/fsvc-irc.service
+++ b/.config/systemd/user/dapp-fg-irc.service
diff --git a/.config/systemd/user/fsvc-keepassxc.service b/.config/systemd/user/dapp-fg-keepassxc.service
index a634ece..a634ece 100644
--- a/.config/systemd/user/fsvc-keepassxc.service
+++ b/.config/systemd/user/dapp-fg-keepassxc.service
diff --git a/.config/systemd/user/fsvc-nm-applet.service b/.config/systemd/user/dapp-fg-networkmanager.service
index 54cbd9e..54cbd9e 100644
--- a/.config/systemd/user/fsvc-nm-applet.service
+++ b/.config/systemd/user/dapp-fg-networkmanager.service