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?
Asked
Active
Viewed 2,915 times
5
-
Cross posted on [AU](http://askubuntu.com/questions/86864/alttab-on-fluxbox). – enzotib Dec 11 '11 at 12:13
-
1[Do not cross-post](http://unix.stackexchange.com/faq#cross-posting). – Gilles 'SO- stop being evil' Dec 11 '11 at 23:03
-
Have you ever found out how to do that? I am interested in achieving this functionality as well. – Patrick Mar 16 '12 at 18:39
-
@enzotib: the AU post has been closed. I would also live to know how to do this. – David Oneill Apr 05 '12 at 20:54
3 Answers
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.