mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-30 22:49:33 +02:00
shifty: don't ask name for a new tag if we have the position
Just use the position.
This commit is contained in:
parent
c897b8c837
commit
3380eded5a
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ function getpos(pos, scr_arg)
|
|||
if not v then
|
||||
-- not existing, not preconfigured
|
||||
v = add({position = pos,
|
||||
name = i,
|
||||
name = pos,
|
||||
noswitch = not switch})
|
||||
end
|
||||
return v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue