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

[Service]
Type=simple
RestartSec=5s
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