ErikReider / SwaySettings

GNU General Public License v3.0
59 stars 1 forks source link

[Feature request] Support other wlroots-based WM #39

Open werdahias opened 1 year ago

werdahias commented 1 year ago

I run Hyprland on debian. I built a quick debian package for sway-settings. When I try to launch it I get the following error:


swaysettings 
COULD NOT FIND SWAY SOCKET ENVIRONMENT VARIABLE!!!

Obviously this is because there is no sway socket running but a Hyprland one. I'd appreciate it if you could add support for it.

ErikReider commented 1 year ago

It would be too much work to maintain two separate systems. I'd consider swapping it out for a wlroots generic one that works on all WMs though. That would make my life a lot easier :)

I'm not even sure if there is such a thing though...

werdahias commented 1 year ago

thanks, appreciate the thought. If it was built on top of wlroots it should work on all wayland WMs. sway-notification-center also works on Hyprland, for instance.

ErikReider commented 1 year ago

Swaync uses dbus while swaysettings parses sway-ipc for mouse and keyboard settings