aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/xbindkeys.service
blob: 8ec94a411acc4b0ddf7e32c41edb42f6c31496ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Keyboard shortcut binder
StartLimitBurst=5
StartLimitIntervalSec=600

[Service]
Type=simple
RestartSec=3
Restart=always
KillMode=process
SyslogIdentifier=xbindkeys
ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/X11/xbindkeysrc -p -n'

[Install]
WantedBy=default.target