]> git.sur5r.net Git - i3/i3/commit
Respect workspace numbers when looking for a free workspace name
authorSebastian Ullrich <sebasti@nullri.ch>
Wed, 7 Aug 2013 15:20:22 +0000 (17:20 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Aug 2013 15:47:53 +0000 (17:47 +0200)
commit431e98dc352437f1118ea5be9d5c55d2354db9f5
treee190b10aec929fd30705caaedf2ff9801a59eb7f
parentda20cd397c5079d1950211610134ced41034d2af
Respect workspace numbers when looking for a free workspace name

This prevents a ws '1' appearing on a new output when there's
already a ws '1: www' on an existing output
src/workspace.c
testcases/t/515-create-workspace.t [new file with mode: 0644]