From e7e6bcd60a75e7593e05b1b43d1f9316e4184750 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 9 Oct 2014 14:10:08 +0400 Subject: [PATCH] switch to xfce4-terminal for experiment --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 7a423d0..d705220 100644 --- a/rc.lua +++ b/rc.lua @@ -69,7 +69,7 @@ if ifexists(wallpaper) then end -- This is used later as the default terminal and editor to run. -terminal = 'roxterm' +terminal = 'xfce4-terminal' editor = os.getenv('EDITOR') or 'vim' editor_cmd = terminal .. ' -e ' .. editor