switch to xfce4-terminal for experiment
This commit is contained in:
parent
3578cf88b4
commit
e7e6bcd60a
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue