5

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?

Dmitry Grigoryev
  • 7,123
  • 2
  • 23
  • 62
Nicole
  • 151
  • 1
  • 2

3 Answers3

3

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
sa7
  • 151
  • 4
1

Here is also a git repo with installation instructions for bbkeys. Make sure to remove the key bindings from your ~/.fluxbox/keys file.

1

you can use http://bbkeys.sourceforge.net/ to achieve your goal.

akira
  • 1,058
  • 6
  • 13