summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xresources-dpi@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-14 12:53:46 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-14 12:56:01 -0400
commit9f960375876b6857be02d53fce188b099c34991c (patch)
treecdb5faa2c176f83b5172a8632713da55ba9cc4b4 /.config/systemd/user/xresources-dpi@.service
parent659154f49be4df733639a9c7f0687a03e18c48c3 (diff)
systemd: use %t in ExecStart
Diffstat (limited to '.config/systemd/user/xresources-dpi@.service')
-rw-r--r--.config/systemd/user/xresources-dpi@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/xresources-dpi@.service b/.config/systemd/user/xresources-dpi@.service
index 51bb1d5..a112825 100644
--- a/.config/systemd/user/xresources-dpi@.service
+++ b/.config/systemd/user/xresources-dpi@.service
@@ -8,7 +8,7 @@ Requisite=X11@%i.target
Environment=DISPLAY=%I
Type=oneshot
-ExecStart=/usr/bin/env flock ${XDG_RUNTIME_DIR}/x11-xrdb@%I -c xrdb-set-dpi
+ExecStart=/usr/bin/env flock %t/x11-xrdb@%I -c xrdb-set-dpi
[Install]
WantedBy=X11@%i.target