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

[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