1
0
Fork 0

switch to xfce4-terminal for experiment

This commit is contained in:
Von Random 2014-10-09 14:10:08 +04:00
parent 3578cf88b4
commit e7e6bcd60a

2
rc.lua
View file

@ -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