15 lines
332 B
Desktop File
15 lines
332 B
Desktop File
[Unit]
|
|
Description=Xwayland outside your Wayland
|
|
BindsTo=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
Requisite=graphical-session.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/local/bin/xwayland-satellite
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|