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

Commits on Jul 31, 2022

  1. Add feature of drawing borders on unfocused windows too

      - 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.
    SilverTux committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    a58b795 View commit details
    Browse the repository at this point in the history