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

Incorporate various enhancements from the Net #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

kfogel
Copy link
Member

@kfogel kfogel commented Sep 9, 2018

This merges various improvements to wmctrl, mostly from two repositories:

Note that each of those repositories includes changes from people
besides the repository owner. Collectively, the changes introduce
these new options:

  • -Y: iconify (Vadim Ushakov)
  • -S: sort window list in stacking order (Vadim Ushakov)
  • -j: list current desktop (Kevin Der)
  • -r -y: like -e but reactivate after the move (Chris Piro )
  • -E: get-title (Dan Corson)
  • -z: lower window (Dan Corson)

The changes also include a typo fix for the --help output and some casts
to avoid compiler warnings.

dan corson and others added 12 commits September 9, 2018 16:18
[Conflict resolution note from kfogel: When I cherry-picked this
commit, I resolved the conflict it had with the slightly different
approach taken in earlier cherry-picked commit 4b96db7.  I chose
to just use this commit, because the conditional check of ret_format's
value seemed like a careful way to do things.  This meant manually
reverting the change from commit 4b96db7; however, in practice I
believe either way would work on any 32-bit or 64-bit architecture.]
"Th first matching" -> "The first matching"
@kfogel
Copy link
Member Author

kfogel commented Sep 9, 2018

I probably won't merge this into the @Conservatory copy of wmctrl, but having the PR here lets people know that there's another repository out there that includes all of the @Conservatory copy's commits plus some more stuff.

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.

5 participants