kanshi
wayvnc
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kanshi
-
Sway external display
Without digging into you problem, i just let you know one options/tool as an addition: https://github.com/emersion/kanshi
-
Starting kanshi from sway
This works, but after a reload of the config the configuration is gone. Then I found this discussion and changed the line to:
-
Arch users belike
Kanshi is not exactly what you're looking for but i stumbled across this when I was writing the dynamic display configuration page.
-
Terminal font size on hidpi + normal display
You should use different scale factors on each monitor. You can do it in your sway configuration, or use something like kanshi that automatically applies different settings based on what is connected.
-
Inaccessible workspaces
If this fixes your problem you'll want to apply this fix: Disable Laptop screen upon closing screen. or you can use something like Automatic display profile switcher when you connect your external display to switch it to while also disabling your laptop screen.
-
How to toggle transparency and gaps? Preserve display configuration?
I also heard of kanshi for monitor configuration, but I believe there's an open bug where sway reload breaks kanshi config... which kind of defeats the purpose.
- Single Background / Multiple Monitors
-
Script for docked mode
kanshi should be able to do it.
-
Organising workspaces on multiple monitors
Assuming your connected monitors may change - you plug another one in and then you want to move workspaces the new output: kanshi can help you with that. You can tell kanshi to execute commands when it matches a profile.
-
Sway not picking the highest refresh rate available
For this you can use kanshi.
wayvnc
-
DeskPad – A virtual monitor for screen sharing
Yeah. On Wlroots or Sway, we can setup virtual displays pretty easily (swaymsg create_output, done). Then both the other person and yourself connect to the wayvnc vnc server server to see what's over there.
Available May 2020, https://github.com/any1/wayvnc/issues/7#issuecomment-6256611...
-
Dropping GNOME's X11 session approved for Fedora 41
You can run remote applications with Wayland now: https://access.redhat.com/documentation/en-us/red_hat_enterp...
There is also a VNC server for fullscreen sessions (only supports wlroots compositors for now): https://github.com/any1/wayvnc
-
Is my use case with X.org possible with Wayland?
There's wayvnc.
-
Asahi Linux To Users: Please Stop Using X.Org
It says on their GitHub page that "Gnome, KDE, and Weston are not supported". What does that mean?
-
What kind of applications are missing from the Linux ecosystem?
I thought this existed in the form of wayvnc but from their README it seems they don't support the popular desktop environments (GNOME, KDE).
-
What are my options for remote desktop software on wayland?
Not sure if I would call it hassle free, but wayvnc isn't that hard to set up.
-
When do you think you will switch to Wayland?
And wayvnc
-
Can I run Sway via remote desktop on a Linode server running arch?
There is however a fresh issue on the wayvnc github with what looks like your problem. https://github.com/any1/wayvnc/issues/206
-
Use a laptop as a 2nd display on Linux using FreeRDP
On wayvnc git master and sway 1.8 (or git master), you can script things so that a "virtual" display gets created automatically when someone connects to VNC, and removed when they disconnect.
See https://github.com/any1/wayvnc/pull/200/files
The script in the PR does something a bit different, but it's only an example and can be modified to do what I described in the first paragraph.
-
Intel is using DXVK for their Windows Arc GPU DX9 drivers
No - it's not X, it's doesn't share a screen in the way X does.
That said... if this is a shoddy attempt at a "gotcha" style question - Screen sharing and remote desktop are both supported.
Ex - for Gnome:
https://wiki.gnome.org/Projects/Mutter/RemoteDesktop
LibVNCServer for VNC support, FreeRDP for remote desktop protocol.
For KDE:
https://userbase.kde.org/Krfb
Which mostly just works as long as you have Pipewire and xdg-desktop-portal-kde installed (the base plasma-wayland session usually includes them)
This one is a bit less polished - some users still have problems with keyboard input, depending on the distro and other installed packages.
For Sway:
xdg-desktop-portal-wlr works just fine for screen sharing, and you can use https://github.com/any1/wayvnc for VNC access (including having a completely headless machine).
What are some alternatives?
wlr-randr - An xrandr clone for wlroots compositors
x11vnc - a VNC server for real X displays
wdisplays - GUI display configurator for wlroots compositors
sway - i3-compatible Wayland compositor
dwl - dwm for Wayland - ARCHIVE: development has moved to Codeberg
FreeRDP - FreeRDP is a free remote desktop protocol library and clients
wayland - Core Wayland protocol and libraries (mirror)
noVNC - VNC client web application
wdisplays
xdg-desktop-portal-wlr - xdg-desktop-portal backend for wlroots
grim - Grab images from a Wayland compositor
swayidle - Idle management daemon for Wayland