You are not logged in.
Hi!
By default, Xwayland running in Sway has the following command line options:
/usr/bin/Xwayland :0 -rootless -terminate -listen 20 -listen 21 -wm 46 Where can I find out what exactly the numbers (20|21|46) mean there?
From Xwayland manual:
Like all of the X servers, Xwayland accepts the command line options described in the Xserver(7) manual page.
How can I change default Xwayland command line options in Sway? I would like to have the following:
/usr/bin/Xwayland :0 -rootless -terminate -nolisten tcp -nolisten local +extension SECURITY or
/usr/bin/Xwayland :0 -rootless +extension SECURITY -terminate -nolisten tcp -nolisten local -listen 20 -listen 21 -wm 46 Offline