New comment by AnInternetTroll on void-packages repository https://github.com/void-linux/void-packages/pull/48916#issuecomment-1964690502 Comment: Hi, On Sun, Feb 25, 2024 at 04:10:20PM -0800, Abhijit Sipahimalani wrote: >Sway uses `wmenu` as its default menu, and without it the default sway >configuration is very hard to use (launch everything from terminal). >Should `wmenu` be added as a dependency? IMO no. Seems like the default config uses the following command: >`dmenu_path | wmenu | xargs swaymsg exec --` This brings in dmenu as a dependency as well, which brings X11 as a dependency, which IMO is too far. Making wmenu as a dependency of sway will also make it harder for users to remove wmenu from their systems, as they'll have to add it as a ignorepkg option in their xbps config. I suppose an option would be to change this config line to something else that isn't as dependency heavy, but I am not very familiar with all options. Maybe wofi? It depends on gtk+3 so it might also be considered too much.