feat(systemd): add quickshell.service referencing ~/.config/quickshell
This commit is contained in:
parent
c5aea637d5
commit
297c555728
13
quickshell/quickshell.service
Normal file
13
quickshell/quickshell.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=QuickShell Desktop Shell Ecosystem
|
||||||
|
After=graphical-session.target
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/quickshell -p %h/.config/quickshell
|
||||||
|
Restart=always
|
||||||
|
RestartSec=2
|
||||||
|
Environment=QT_QPA_PLATFORM=wayland
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
||||||
Loading…
Reference in New Issue
Block a user