From 8a728b46fd05b872b5daf9632af478f1c098dd4f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 12 Sep 2002 09:38:56 +0000 Subject: removed -fg -bg settings for xterm --- util/fluxbox-generate_menu | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/util/fluxbox-generate_menu b/util/fluxbox-generate_menu index 5235a89..72eb27a 100755 --- a/util/fluxbox-generate_menu +++ b/util/fluxbox-generate_menu @@ -283,7 +283,7 @@ esac 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 @@ append_submenu ${BROWSERMENU} 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 @@ append_submenu ${NETMENU} 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 @@ append_submenu ${MUSICMENU} 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 @@ append_submenu ${MISCMENU} 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 -- cgit v0.11.2