Earlier quoted context omitted.
You have no idea how excited I am for this. I use sway as my daily driver since it supports HiDPI so much better than i3, but the one caveat to that has been firefox and xwayland. Once this ships, sway will have nearly flawless HiDPI support.
I'm not. Wayland lacks a lot compared to X.[1] From the linked-to-post, it lacks: * Programmatic output configuration (xrandr, arandr, etc.) * CLI clipboard access (xsel, xclip) * Third party app launcher/window switcher (rofi, dmenu, albert, docky). * Clipboard managers (parcellite, klipper, Gpaste, clipman, etc.) * Third party screen shot/capture/share (shutter, OBS, ffmpeg, import, peek, scrot, VNC, etc.) * Color…
Those things are mostly compositor specific and not specifically a Wayland issue. For example with Sway:
* Programmatic output configuration
swaymsg -t get_outputs # get displays
swaymsg output DP-1 pos 0 0 res 1920x1080 # set displays
* CLI clipboard access
swaymsg -t get_clipboard
* Third party app launcher/window switcher
I use gnome-panel with Xwayland, but better than nothing
* Third party screen shot/capture/share
https://github.com/foss-project/green-recorder
* Color picker (gpick, gcolor3, kcolorchooser)
Sorry, no options here yet, but it can be done
* xdotool
swaymsg [title="Top Panel"] floating enable, resize set width 2560 px height 32 px, move position 0 -38