-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Is your feature request related to a problem? Please describe.
Should support KB emulation in wayland.
Describe the solution you'd like
Dunno yet.
Additional context
GUI works fine, tested in a Wayland Fedora VM.
Got this in a PM on reddit:
It probably runs because of Qt but I don't think mouse and keyboard control would work. I would ask sway developers https://github.com/swaywm/wlroots about what protocols you need to use.
They are very helpful they have even opened MRs for some projects, to port them to wayland. You could just implement it for wlroots and let the community do the rest for you after. For example some wlroots focused tools will work in KDE Plasma soon because of the same protocols being implemented there.
"We hang out in #sway-devel, an IRC channel on irc.freenode.net. Come in and ask questions."
EDIT:
It can be done via switching from xtest to uinput, but uinput requires either root or aditional udev rule
TODO list:
- switch from xtest to uinput when wayland session is detected feat: switch from xtest to uinput when wayland is detected #186
- integrate adding new udev rules into installation process
- update readme