Created
May 18, 2024 10:13
-
-
Save kode54/6a2a2afc804866bd3a59653a9953a05e to your computer and use it in GitHub Desktop.
Wayfire wf-shell service for wf-panel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Wayfire Panel service | |
Documentation=https://github.com/WayfireWM/wf-shell/wiki | |
# order startup after WM | |
After=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/wf-panel | |
ExecReload=kill -SIGUSR2 $MAINPID | |
Restart=on-failure | |
Slice=app-graphical.slice | |
[Install] | |
# Get started via specific WMs | |
WantedBy[email protected] | |
WantedBy[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install to
/etc/systemd/user
, or perhaps/usr/lib/systemd/user
if you're packaging it.