quake: let use role if we cannot set name

Some terminals do not allow to set name (like xfce4-terminal). In this
case, use the role.
This commit is contained in:
Vincent Bernat 2014-09-17 20:31:48 +02:00
parent 4134170f6c
commit a92e68eb4d
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@ local quake = loadrc("quake", "vbe/quake")
local quakeconsole = {}
for s = 1, screen.count() do
quakeconsole[s] = quake({ terminal = config.terminal,
argname = "--role %s",
height = 0.3,
screen = s })
end