From 8ce94b444b8a2e71f58db830769708a2f882a257 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Nov 2021 01:18:01 -0700 Subject: [xbindkeys] Add configuration --- xbindkeys/.config/systemd/user/xbindkeys.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xbindkeys/.config/systemd/user/xbindkeys.service (limited to 'xbindkeys/.config/systemd') 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 -- cgit v1.3-2-g0d8e