10 lines
169 B
Desktop File
10 lines
169 B
Desktop File
[Unit]
|
|
Description=swhkd hotkey daemon
|
|
BindsTo=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=bash -l $HOME/.config/swhkd/hotkeys.sh
|
|
[Install]
|
|
WantedBy=default.target
|
|
|