aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/systemd/user')
-rw-r--r--dot_config/systemd/user/cliphist-image.service2
-rw-r--r--dot_config/systemd/user/cliphist-text.service2
-rw-r--r--dot_config/systemd/user/inhibridge.service2
-rw-r--r--dot_config/systemd/user/swayidle.service2
-rw-r--r--dot_config/systemd/user/swayrd.service2
-rw-r--r--dot_config/systemd/user/waybar.service2
-rw-r--r--dot_config/systemd/user/wob.service2
7 files changed, 7 insertions, 7 deletions
diff --git a/dot_config/systemd/user/cliphist-image.service b/dot_config/systemd/user/cliphist-image.service
index 5ddab8f..059695b 100644
--- a/dot_config/systemd/user/cliphist-image.service
+++ b/dot_config/systemd/user/cliphist-image.service
@@ -6,7 +6,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
-ExecStart=/usr/bin/wl-paste --type image --watch cliphist store
+ExecStart=wl-paste --type image --watch cliphist store
Restart=on-failure
RestartSec=2s
diff --git a/dot_config/systemd/user/cliphist-text.service b/dot_config/systemd/user/cliphist-text.service
index 96b0602..5ff00f5 100644
--- a/dot_config/systemd/user/cliphist-text.service
+++ b/dot_config/systemd/user/cliphist-text.service
@@ -6,7 +6,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
-ExecStart=/usr/bin/wl-paste --type text --watch cliphist store
+ExecStart=wl-paste --type text --watch cliphist store
Restart=on-failure
RestartSec=2s
diff --git a/dot_config/systemd/user/inhibridge.service b/dot_config/systemd/user/inhibridge.service
index a4435bf..0b36b35 100644
--- a/dot_config/systemd/user/inhibridge.service
+++ b/dot_config/systemd/user/inhibridge.service
@@ -7,7 +7,7 @@ ConditionEnvironment=DBUS_SESSION_BUS_ADDRESS
[Service]
Type=simple
-ExecStart=/usr/bin/inhibridge
+ExecStart=inhibridge
Restart=on-failure
RestartSec=2s
diff --git a/dot_config/systemd/user/swayidle.service b/dot_config/systemd/user/swayidle.service
index acd0196..d5b9cf1 100644
--- a/dot_config/systemd/user/swayidle.service
+++ b/dot_config/systemd/user/swayidle.service
@@ -6,7 +6,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
-ExecStart=/usr/bin/swayidle -w \
+ExecStart=swayidle -w \
timeout 300 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' \
timeout 330 'swaylock -f -e -c 000000' \
diff --git a/dot_config/systemd/user/swayrd.service b/dot_config/systemd/user/swayrd.service
index 82e4164..c718fe5 100644
--- a/dot_config/systemd/user/swayrd.service
+++ b/dot_config/systemd/user/swayrd.service
@@ -7,7 +7,7 @@ ConditionEnvironment=SWAYSOCK
[Service]
Type=simple
-ExecStart=/usr/bin/swayrd
+ExecStart=swayrd
Restart=on-failure
RestartSec=2s
diff --git a/dot_config/systemd/user/waybar.service b/dot_config/systemd/user/waybar.service
index fb3a29e..919bc9b 100644
--- a/dot_config/systemd/user/waybar.service
+++ b/dot_config/systemd/user/waybar.service
@@ -6,7 +6,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
-ExecStart=/usr/bin/waybar
+ExecStart=waybar
ExecReload=/bin/kill -SIGUSR2 $MAINPID
Restart=on-failure
RestartSec=2s
diff --git a/dot_config/systemd/user/wob.service b/dot_config/systemd/user/wob.service
index 913136e..c132501 100644
--- a/dot_config/systemd/user/wob.service
+++ b/dot_config/systemd/user/wob.service
@@ -7,7 +7,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
ExecStartPre=/usr/bin/sh -c 'rm -f "$XDG_RUNTIME_DIR/wob.sock" && mkfifo "$XDG_RUNTIME_DIR/wob.sock"'
-ExecStart=/usr/bin/sh -c 'exec tail -f "$XDG_RUNTIME_DIR/wob.sock" | /usr/bin/wob'
+ExecStart=/usr/bin/sh -c 'exec tail -f "$XDG_RUNTIME_DIR/wob.sock" | wob'
ExecStopPost=/usr/bin/rm -f %t/wob.sock
Restart=on-failure
RestartSec=2s