sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit ab9b164e524532a99c6e383b4c6f1eaa60c8d721
parent 2c0f68b7c6c6e0f5ab79b22fc4334b6813a0f3fd
Author: Simon Ser <contact@emersion.fr>
Date:   Mon, 16 Jan 2023 14:05:51 +0100

Switch default menu to wmenu

Switch the default menu to wmeny (https://sr.ht/~adnano/wmenu),
a Wayland-native alternative to dmenu. This removes the dependency
on Xwayland for the default config.

wmenu is small (same scope as dmenu) and has the same flags as dmenu.
One downside is that it's not widely packaged by distributions yet.

We still depend on dmenu_path.

Diffstat:
Mconfig.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.in b/config.in @@ -18,7 +18,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu dmenu_path | wmenu | xargs swaymsg exec -- ### Output configuration #