dunst
                                
                                 dunst copied to clipboard
                                
                                    dunst copied to clipboard
                            
                            
                            
                        Allow to build without dependency on X11, i.e. Wayland-only build
Currently, dunst can be built without Wayland support, but not the opposite – without X11. It’d be nice to provide this option.
Yeah that'd be cool. Shouldn't be too hard to do, I think. We already split the x11-specific code in it's own directory.
Edit: Of course, there also needs to be a check for X11 support then if you enable the option force_xwayland and an error message when X11 is not enabled.
Yeah that'd be cool.
Indeed. That should also get rid of X11 issues within Wayland. I've had this issue— for example, in which dunst was expecting an X11 display and completely crashed the daemon. It would evidently reduce bloat of X11 when you're just using Wayland.
I dont know if we are there yet, but maybe this can be added to the milestone @fwsmit
I made a pr making X11 optional. If someone with wayland could test if everything works (it should work) it would be great