We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
howm isn't a fast and responsive as I would like, optimisations need to be made.
A good example is when killing a workspace. remove_client refocuses all of the windows- that's rather wasteful.
The text was updated successfully, but these errors were encountered:
Removed arrange_windows from remove_client and made it optional for k…
9d7dc61
…ill_client to rearrange windows. This helps to #23.
Fixed kill_client not playing nicely with other workspaces and not co…
2e575a8
…rrectly restoring focus. Hopefully this will fix #32. Killing workspace/s and clients has become far faster too. This helps with #23.
Reduced the amount of times windows are rearranged. #23
6828e27
No branches or pull requests
howm isn't a fast and responsive as I would like, optimisations need to be made.
A good example is when killing a workspace. remove_client refocuses all of the windows- that's rather wasteful.
The text was updated successfully, but these errors were encountered: