summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gmrunrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gmrunrc b/config/gmrunrc
index 80503e3..9d4434d 100644
--- a/config/gmrunrc
+++ b/config/gmrunrc
@@ -3,7 +3,7 @@
# GPL v2.0 applies
# Set terminal
-Terminal = gnome-terminal --start-factory-server --use-factory
+Terminal = x-terminal-emulator
TermExec = ${Terminal} -e
AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
@@ -30,7 +30,7 @@ TabTimeout = 0
# - %u gets replaced with the whole URL ("http://www.google.com")
# - %s gets replaced with "//www.google.com". This is useful for URL-s
# like "man:printf" --> %s will get replaced with "printf"
-URL_http = mozilla -remote "openURL(%u, new-window)"
+URL_http = x-www-browser '%u'
URL_mailto = mozilla -remote "mailto(%s)"
URL_man = ${TermExec} 'man %s'
URL_info = ${TermExec} 'info %s'