Metadata-Version: 2.1
Name: getactivewindow-x
Version: 0.1.0
Summary: Separate component to get information on the active window in X.
Home-page: https://github.com/user202729/getactivewindow-x
Author: user202729
License: GNU General Public License v3 or later (GPLv3+)
Description: # getactivewindow-x
        Separate component to get information on the active window in X.
        
        ### Why?
        
        In an attempt to be portable between operating systems.
        
        ### Internal details
        
        Use a fork of `python-libxdo`.
        
        ### API
        
        Currently there are only 2 functions.
        
        ```
        def active_window_name()->str:
        def active_window_class()->tuple[str, ...]:
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
