Jmgr / actiona

Cross-platform automation tool
https://actiona.tools
GNU General Public License v3.0
503 stars 64 forks source link

Allow compatibility with Wayland-based systems #145

Open Jmgr opened 3 years ago

Jmgr commented 3 years ago

Wayland is slowly becoming the new thing in Linux-based OSes (and BSD too I would guess). Actiona is currently not compatible with it because it uses a lot of X11 functions, including XTest to simulate user input.

Here are a list of features used by Actiona and how they may be implemented in Wayland-based systems:

Depends on #143.

IntinteDAO commented 3 years ago

Maybe check "grim" to screenshots for wlroots (wlr-screencopy-unstable-v1)