Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature of drawing borders on unfocused windows too #22

Closed
wants to merge 1 commit into from

Conversation

SilverTux
Copy link
Contributor

@SilverTux SilverTux commented Jul 31, 2022

This PR aim is to resolve #16

  • Add function to query a window map state using xwininfo command
    given an X window id
  • There is a caching mechanism for querying window map state and
    storing it in viewable_window_map. Every half a second it will be
    updated for every window and to prevent this map to grow
    uncontrolled (when closing windows we don't want those items in our
    map) we need to cleanup somehow, the current logic is to throw the
    whole map and recreate it on demand.

  - Add function to query a window map state using xwininfo command
    given an X window id
  - There is a caching mechanism for querying window map state and
    storing it in viewable_window_map. Every half a second it will be
    updated for every window and to prevent this map to grow
    uncontrolled (when closing windows we don't want those items in our
    map) we need to cleanup somehow, the current logic is to throw the
    whole map and recreate it on demand.
@deter0
Copy link
Owner

deter0 commented Aug 24, 2022

This is old, since we don't use subprocesses for window data anymore

@deter0 deter0 closed this Aug 24, 2022
@SilverTux
Copy link
Contributor Author

Can we reopen this @deter0? I didn't find a python library to get the Viewable property of open windows, that was the reason to use subprocess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: add borders to unfocused windows
2 participants