From 65cb251ba9d9203056c3c71e49576d7bd7e36069 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Feb 2016 20:02:10 -0500 Subject: more systemd/x11 stuff --- .config/systemd/user/xmodmap@.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/systemd/user/xmodmap@.service (limited to '.config/systemd/user/xmodmap@.service') diff --git a/.config/systemd/user/xmodmap@.service b/.config/systemd/user/xmodmap@.service new file mode 100644 index 0000000..57bab8f --- /dev/null +++ b/.config/systemd/user/xmodmap@.service @@ -0,0 +1,14 @@ +[Unit] +Description=Load XModMap keyboard map on X display %I +Documentation=man:xmodmap(1) +After=X11@%i.target +Requisite=X11@%i.target + +[Service] +Environment=DISPLAY=%I + +Type=oneshot +ExecStart=-/usr/bin/env xmodmap ${XDG_CONFIG_HOME}/X11/modmap + +[Install] +WantedBy=X11@%i.target -- cgit v1.2.3