From 46489b9b1422270d729428bf2849ef4d935df1ff Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 Sep 2023 21:54:45 +0200 Subject: [PATCH] doc: take note what would be needed to switch to Wayland Not that much. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 525bd47..1e21ebe 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,23 @@ However, I am recompiling some stuff to get more recent versions: The binaries are put in `~/.local/bin`. +## About Wayland + +What's missing for me to migrate to Wayland: + + - Sway does not support + [`append_layout`](https://github.com/swaywm/sway/issues/1005), but it should + be possible to get something close (also, I use it mostly on start) + - Something to replace `xsecurelock` (I want to use my own screen saver) + - Something to replace `polybar` + +Everything else should be adaptable: + + - i3 can be replaced by Sway + - Dunst [supports](https://github.com/dunst-project/dunst/issues/264) Wayland + - There is a [fork](https://github.com/lbonn/rofi) of Rofi with Wayland support + - Wallpaper building should be adaptable + ## Interesting links - [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1)