make xremap service simple instead of oneshot to remove hanging

This commit is contained in:
Elizabeth Hunt 2023-06-17 19:02:47 -07:00
parent 86d9e142ff
commit 85dcd20d1b
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -2,7 +2,7 @@
Description=xremap on startup as user
[Service]
Type=oneshot
Type=simple
ExecStart=/usr/bin/xremap /home/lizzy/.config/xremap/config.yml
[Install]