aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-sxhkd.service
blob: f34554475bcd8cb9f031e03a09498c52a93111cc (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run the Simple X HotKey Daemon
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/sxhkd

[Install]
WantedBy=graphical-session.target