From da044e0a055b0264e0d99efd9fe35004242999bc Mon Sep 17 00:00:00 2001 From: QC Date: Mon, 3 Aug 2015 20:40:01 +0200 Subject: Add rofi-sensible-terminal script. --- config/config.def.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.def.c b/config/config.def.c index 59944c97..28fe0ed1 100644 --- a/config/config.def.c +++ b/config/config.def.c @@ -78,7 +78,7 @@ Settings config = { .menu_hlbg_urgent = "#DC322F", .menu_hlbg_active = "#268BD2", /** Terminal to use. (for ssh and open in terminal) */ - .terminal_emulator = "x-terminal-emulator", + .terminal_emulator = "rofi-sensible-terminal", .ssh_client = "ssh", /** Command when executing ssh. */ .ssh_command = "{terminal} -e {ssh-client} {host}", -- cgit v1.2.3