This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user/xbindkeys.service

10 lines
169 B
SYSTEMD

[Unit]
Description = A grabbing keys program for X
[Service]
ExecStart = /usr/bin/xbindkeys -n -f %h/.xbindkeysrc
Restart = always
[Install]
WantedBy = default.target