all repos — fluxbox @ 8a728b46fd05b872b5daf9632af478f1c098dd4f

custom fork of the fluxbox windowmanager

removed -fg -bg settings for xterm
fluxgen fluxgen
commit

8a728b46fd05b872b5daf9632af478f1c098dd4f

parent

9f46e0b647b171c231a481bb05fd06faffd988f2

1 files changed, 11 insertions(+), 11 deletions(-)

jump to
M util/fluxbox-generate_menuutil/fluxbox-generate_menu

@@ -283,7 +283,7 @@ # Start of menu

echo "[begin] (${MENUTITLE})" > ${FILENAME} -find_it xterm append "[exec] (xterm) {xterm -fg white -bg black}" +find_it xterm append "[exec] (xterm) {xterm}" find_it nedit append "[exec] (nedit) {nedit}"

@@ -293,9 +293,9 @@ find_it opera append "[exec] (opera) {env QT_XFT=true opera}"

find_it galeon append "[exec] (galeon) {galeon}" find_it mozilla append "[exec] (mozilla) {mozilla}" find_it konqueror append "[exec] (konqueror) {konqueror}" - find_it links append "[exec] (links) {xterm -title links -fg white -bg black -e links fluxbox.sf.net}" - find_it w3m append "[exec] (w3m) {xterm -title w3m -fg white -bg black -e w3m}" - find_it lynx append "[exec] (lynx) {xterm -title lynx -fg white -bg black -e lynx}" + find_it links append "[exec] (links) {xterm -title links -e links fluxbox.sf.net}" + find_it w3m append "[exec] (w3m) {xterm -title w3m -e w3m}" + find_it lynx append "[exec] (lynx) {xterm -title lynx -e lynx}" find_it dillo append "[exec] (dillo) {dillo}" append_menu_end

@@ -319,15 +319,15 @@ find_it sylpheed append "[exec] (sylpheed) {sylpheed}"

find_it kmail append "[exec] (kmail) {kmail}" find_it gnomemeeting append "[exec] (gnomemeeting) {gnomemeeting}" find_it evolution append "[exec] (evolution) {evolution}" - find_it mutt append "[exec] (mutt) {xterm -title mutt -fg white -bg black -e mutt}" + find_it mutt append "[exec] (mutt) {xterm -title mutt -e mutt}" find_it gftp append "[exec] (gftp) {gftp}" find_it pan append "[exec] (pan) {pan}" find_it xchat append "[exec] (xchat) {xchat}" find_it irssi append "[exec] (irssi) {xterm -title irssi -e irssi}" - find_it BitchX append "[exec] (BitchX) {xterm -title BitchX -fg white -bg black -e BitchX -N}" - find_it bitchx append "[exec] (BitchX) {xterm -title BitchX -fg white -bg black -e bitchx -N}" - find_it ircii append "[exec] (ircii) {xterm -title ircii -fg white -bg black -e ircii -s}" + find_it BitchX append "[exec] (BitchX) {xterm -title BitchX -e BitchX -N}" + find_it bitchx append "[exec] (BitchX) {xterm -title BitchX -e bitchx -N}" + find_it ircii append "[exec] (ircii) {xterm -title ircii -e ircii -s}" append_menu_end append_submenu ${GRAPHICMENU}

@@ -350,12 +350,12 @@ find_it grecord append "[exec] (grecord) {grecord}"

find_it kmidi append "[exec] (kmidi) {kmidi}" find_it xplaycd append "[exec] (xplaycd) {xplaycd}" find_it soundtracker append "[exec] (soundtracker) {soundtracker}" - find_it cplay append "[exec] (cplay) {xterm -title cplay -fg white -bg black -e /usr/local/bin/cplay}" + find_it cplay append "[exec] (cplay) {xterm -title cplay -e /usr/local/bin/cplay}" find_it grip append "[exec] (grip) {grip}" append_menu_end append_submenu ${TERMINALMENU} - append "[exec] (xterm) {xterm -fg white -bg black}" + append "[exec] (xterm) {xterm}" find_it gnome-terminal append "[exec] (gnome-terminal) {gnome-terminal}" find_it Eterm append "[exec] (Eterm) {Eterm}" find_it konsole append "[exec] (konsole) {konsole}"

@@ -376,7 +376,7 @@ find_it kcalc append "[exec] (kcalc) {kcalc}"

find_it kpackage append "[exec] (kpackage) {kpackage}" find_it xgdb append "[exec] (xgdb) {xgdb}" find_it ddd append "[exec] (ddd) {ddd}" - find_it xterm append "[exec] (tail access_log) {xterm -fg white -bg black -title access_log -e tail -f /var/log/access_log}" + find_it xterm append "[exec] (tail access_log) {xterm -title access_log -e tail -f /var/log/access_log}" append_menu_end