mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Add seatd-launch
parent
3e2284e306
commit
7f1dc7669b
|
@ -30,6 +30,16 @@ You might need to enable the seatd service: `systemctl enable --now seatd`
|
|||
|
||||
Sway should be correctly starting with `seatd`. If this is not the case, it may be needed to set the global variable `LIBSEAT_BACKEND=seatd`.
|
||||
|
||||
# seatd-launch
|
||||
|
||||
If you don't want to enable the seatd service, it's possible to wrap the Sway command line inside `seatd-launch`:
|
||||
|
||||
```shell
|
||||
seatd-launch -- sway
|
||||
```
|
||||
|
||||
This will start a dedicated seatd instance for Sway, and will stop seatd when Sway exits.
|
||||
|
||||
# Direct via setuid ([sway < 1.8](https://github.com/swaywm/sway/commit/e5728052b59f))
|
||||
|
||||
_Note: Attempting to run sway this way without this being configured correctly will probably leave your computer in an unresponsive state, requiring a reboot_
|
||||
|
|
Loading…
Reference in a new issue