I've created some shortcuts mimicking the Unity's Mod4 + num behavior.
wmctrl -xa Sublime || subl
What I don't like, is that once sublime is running, it always focuses the first opened window. I'd like to focus the last "focused" window. Same as in Unity. Is there a flag for that?
for (( idx=0 ; idx<${#IDs[@]} ; idx++ )) ; dowill do it. – Raul Laasner Dec 05 '17 at 15:35xprop. So, if you want to cycle through windows of the same app, you'd need to save the initial list of IDs to disk and read from that. I see how this can be useful, but I haven't implemented it myself, because if I understood you correctly, this is close to what the current application switchers can already do. I'm referring to the command typically bound to Alt+`. – Raul Laasner Dec 06 '17 at 15:08_NET_CLIENT_LIST_STACKINGis always ordered by recently opened. – Raul Laasner Jan 25 '19 at 01:21