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