wmctrl-switch-by-application
is a script for cycling through windows of the same application.
wmctrl
and xorg-xprop
are needed for this script to work.
Run the command to install:
$ curl -Lo- "https://raw.githubusercontent.com/avahe-kellenberger/wmctrl-switch-by-application/master/install.sh" | sudo bash
Run the command to uninstall:
$ curl -Lo- "https://raw.githubusercontent.com/avahe-kellenberger/wmctrl-switch-by-application/master/uninstall.sh" | sudo bash
This script is a derivitive of code found somewhere on the internet (forgot where) that was not working for me, so I have altered it to do so.
This script is intended to be used as a key binding; I've personally set it up using the alt+`
keybinding.
It currently only cycles forward through the windows, but if anyone is interested I'll add more functionality.
If you have complaints or suggestions, feel free to open an issue with the project.