Topic: Getting a little more out of GMRun (A-F2)
The box that pops up to launch an app when you hit Alt - F2 is gmrun.
Crunchbang, or at least my version of it (this may have changed) doesn't ship with a gmrun config file. It's got the /usr/share/gmrun/gmrunrc symlink but not /etc/gmrunrc or ~/.gmrunrc
I'm getting a little more out of gmrun with the following config
Terminal = terminator
TermExec = terminator --command
URL_http = /usr/bin/firefox %uIt works the same way regardless of location, so you can add it to either /etc/gmrunrc or ~/.gmrunrc.
Why bother? Now Alt+F2 to open the gmrun dialog, then:
1) type htop (or whatever), then Ctrl + Enter ==> Terminator will open running htop (or whatever)
2) leave the dialog blank and hit Ctrl + Enter ==> just Terminator ready to go (an openbox keyboard binding is better but worth point out you've got this now)
3) http://example.com ==> Firefox opens with example.com loaded
I think you can add your own URL link for anything you want with that general format (say ftp to gFTP for example)
Hopefully that helps someone. Now if only the alt+f2 binding worked all the time...