fix typo in DEFAULT_TERMS make gnome-terminal work

This commit is contained in:
Jeff Ahrenholz 2020-03-04 11:23:21 -08:00
parent 4093b2244a
commit 52689bd210

View file

@ -46,7 +46,7 @@ DEFAULT_TERMS = {
"konsole": "konsole -e",
"lxterminal": "lxterminal -e",
"xfce4-terminal": "xfce4-terminal -x",
"gnome-terminal": "gnome-terminal --window--",
"gnome-terminal": "gnome-terminal --window --",
}