Is it possible to set up a keybinding in Openbox for switching between open windows within an application? Just like you can in gnome 3 with alt + [key above Tab] .
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
I have implemented this function by using wmctrl. The relevant part in rc.xml of openbox:
below is the code in wmctrl-switch-by-application:
|
||||
|
|
|
You can switch among windows of all desktops, or even include the desktop itself and panels, as described in the Openbox Actions page, but there seem to be no way to switch among windows of the same application. |
|||
|
|
|
You can switch between any open window or application by pressing alt and tab. Even if there are two open windows of the same program. |
|||
|
|