Tagged Questions
2
votes
0answers
150 views
Inconsistent behaviour of “wmctrl -i -a <WIN>”
I'm trying to use dmenu and wmctrl to write a script that would present to me a list of all currently open windows and then switch to the one I select. It looks something like this:
Now, I'm using ...