summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xresources-dpi@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/xresources-dpi@.service')
-rw-r--r--.config/systemd/user/xresources-dpi@.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/systemd/user/xresources-dpi@.service b/.config/systemd/user/xresources-dpi@.service
deleted file mode 100644
index c9d23cc..0000000
--- a/.config/systemd/user/xresources-dpi@.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Set the X Resources DataBase DPI to match the display DPI on X display %I
-Documentation=man:xrdb(1)
-Before=X11@%i.target
-Requisite=X11@%i.target
-
-[Service]
-Environment=DISPLAY=%I
-
-Type=oneshot
-ExecStart=/usr/bin/env flock %t/x11-xrdb@%I -c xrdb-set-dpi
-SyslogIdentifier=xrdb-set-dpi
-
-[Install]
-WantedBy=X11@%i.target