aboutsummaryrefslogtreecommitdiffstats
path: root/xbindkeys/.config/systemd/user
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-11-06 01:18:01 -0700
committerGravatar Tom Willemse2021-11-06 01:18:01 -0700
commit8ce94b444b8a2e71f58db830769708a2f882a257 (patch)
treef37df8d8c6635ae26b866653f0bac0bb9d7396f4 /xbindkeys/.config/systemd/user
parent7c7c01ea76d4d2a93397514f36f57ddded5f9247 (diff)
downloadnew-dotfiles-8ce94b444b8a2e71f58db830769708a2f882a257.tar.gz
new-dotfiles-8ce94b444b8a2e71f58db830769708a2f882a257.zip
[xbindkeys] Add configuration
Diffstat (limited to 'xbindkeys/.config/systemd/user')
-rw-r--r--xbindkeys/.config/systemd/user/xbindkeys.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/xbindkeys/.config/systemd/user/xbindkeys.service b/xbindkeys/.config/systemd/user/xbindkeys.service
new file mode 100644
index 0000000..8ea0cf3
--- /dev/null
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=xbindkeys Keybindings
+
+[Service]
+ExecStart=xbindkeys -n
+
+[Install]
+WantedBy=wm.target