miniben-90 / x-win

This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.
MIT License
32 stars 6 forks source link

#13 Add support for wayland env Linux #19

Closed miniben-90 closed 8 months ago

miniben-90 commented 8 months ago

Gnome Feature

Version < 41

Gnome version under 41 will use eval to execute Gscript to recover data

Version >= 41

In order to recover data, you'll need to install and activate an extension designed for systems running GNOME version 41 or newer (as evaluation is disabled from this version onward). The extension can be installed using the installExtension function, which will deposit it in ~/.local/share/gnome-shell/extensions/x-win@miniben90.org. After executing this function, it's vital to restart the user session to load the new extension and then proceed to enable it using enableExtension to be able to use x-win.

13