mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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:
@@ -23,8 +23,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
char *Terminals[MAX_NR_APPS][2] = {
|
char *Terminals[MAX_NR_APPS][2] = {
|
||||||
{ N_("xterm"), "xterm -bg black -fg white +sb +sm -fn 10x20 -sl 4000 -cr yellow" },
|
{ N_("xterm"), "xterm" },
|
||||||
{ N_("mrxvt"), "mrxvt +bt +bc -shade 00 -vb +sb +sm -tr -sl 2000 -trt -itabbg black -hb -tabfg yellow -fn 10x20 -cr yellow" },
|
{ N_("mrxvt"), "mrxvt" },
|
||||||
{ N_("Konsole"), "konsole" },
|
{ N_("Konsole"), "konsole" },
|
||||||
{ N_("Urxvt"), "urxvt" },
|
{ N_("Urxvt"), "urxvt" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
|
|||||||
Reference in New Issue
Block a user