1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

wmgenmenu: Do not force command line options upon everybody

There are other ways to obtain the same result, e.g. setting the
options in ~/mrxvtrc.
This commit is contained in:
Carlos R. Mafra
2014-05-26 16:54:23 +01:00
parent 35a43c9430
commit 5088b6755d

View File

@@ -23,8 +23,8 @@
*/
char *Terminals[MAX_NR_APPS][2] = {
{ N_("xterm"), "xterm -bg black -fg white +sb +sm -fn 10x20 -sl 4000 -cr yellow" },
{ N_("mrxvt"), "mrxvt +bt +bc -shade 00 -vb +sb +sm -tr -sl 2000 -trt -itabbg black -hb -tabfg yellow -fn 10x20 -cr yellow" },
{ N_("xterm"), "xterm" },
{ N_("mrxvt"), "mrxvt" },
{ N_("Konsole"), "konsole" },
{ N_("Urxvt"), "urxvt" },
{ NULL, NULL }