aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-sxhkd.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-bg-sxhkd.service')
-rw-r--r--.config/systemd/user/dapp-bg-sxhkd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-bg-sxhkd.service b/.config/systemd/user/dapp-bg-sxhkd.service
new file mode 100644
index 0000000..f345544
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-sxhkd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run the Simple X HotKey Daemon
+After=graphical-session.target
+Requires=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/sxhkd
+
+[Install]
+WantedBy=graphical-session.target