terminal: switch to evilvte

With a custom compilation. It supports more stuff than xfce4-terminal,
notably italics. There are still a lot to do to have something as nice
as rxvt... Should be compiled with GTK3, otherwise, it will have the
same problems than xfce4-terminal.
This commit is contained in:
Vincent Bernat 2014-09-20 01:20:17 +02:00
parent 0cdc86dd0d
commit a20ee81fa5
6 changed files with 67 additions and 33 deletions

View file

@ -71,7 +71,8 @@ function QuakeConsole:display()
if not client then
-- The client does not exist, we spawn it
awful.util.spawn(self.terminal .. " " .. string.format(self.argname, self.name),
awful.util.spawn("env RESOURCE_NAME=" .. self.name .. " " ..
self.terminal .. " " .. string.format(self.argname, self.name),
false, self.screen)
return
end