Alt+Tab on Fluxbox

fluxboxkeyboard shortcutswindow-manager

I've been using Fluxbox on my netbook, and have been very pleased. That is, with everything but one feature. I would really like it if I could use Fluxbox with the added functionality that when I use Alt+Tab it will show me the windows I am switching between. (As it does in Windows/Mac/GNOME/KDE/Xfce/…). Is there some app I can install that would do that? Or is the only resort to use a different GUI?

Best Answer

Traditional Alt-Tab (not only keyboard shortcut, but GUI list) may be achieved by alttab. It works nicely in fluxbox.

Install alttab.

Disable/comment built-in non-GUI Alt-Tab in /etc/X11/fluxbox/keys or ~/.fluxbox/keys:

#Mod1 Tab :NextWindow {groups} (workspace=[current])
#Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])

Edit ~/.fluxbox/startup:

...other apps...
alttab &
exec fluxbox
Related Question