bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
571 stars 97 forks source link

`icesh goto 4` is equivalent to `icesh goto 5` #688

Closed zaza42 closed 1 year ago

zaza42 commented 1 year ago

For the first 5 workspace the numbering is: 0,1,2,3,4. For the rest are 6,7,8,…. So the 1st workspace is 0, but the 6th workspace is numbered as 6.

gijsbers commented 1 year ago

Really? What gives icesh listWorkspaces?

zaza42 commented 1 year ago

Strange… It works perfectly now. I don't know what happened to it then.

At that time I was dynamically adding and deleting workspaces, and maybe that's what caused a bug.