mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 11:44:21 +02:00
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:
parent
4134170f6c
commit
a92e68eb4d
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue