What did you expect to happen?
When i run bsp-layout {subcommand} especially bsp-layout set, i expect the command to either (1) print nothing to stdout if nothing has to be printed or (2) print useful information.
What actually happened?
When i run bsp-layout set tall 2, on first monitor, from desktop 4, on second monitor, and switch to desktop 2, bsp-layout prints empy lines to stdout
Here is a demo of the phenomenon!
Describe your attempts to resolve the issue
That looks like something buried in the code, so i think there is nothing to do from the user's perspective 😋
Steps to reproduce
- open a terminal
- run
bsp-layout set {layout} {some_desktop} (grid and even do not appear to have the problem)
- switch to
some_desktop back and forth
- empty lines get printed to
stdout in the original terminal
System Information
i've used make PREFIX=$PWD/build install to install bsp-layout
$ uname -osrm
Linux 5.18.5-arch1-1 x86_64 GNU/Linux
$ ./build/bin/bsp-layout version
0.0.10-1
What did you expect to happen?
When i run
bsp-layout {subcommand}especiallybsp-layout set, i expect the command to either (1) print nothing tostdoutif nothing has to be printed or (2) print useful information.What actually happened?
When i run
bsp-layout set tall 2, on first monitor, from desktop4, on second monitor, and switch to desktop2,bsp-layoutprints empy lines tostdoutHere is a demo of the phenomenon!
Describe your attempts to resolve the issue
That looks like something buried in the code, so i think there is nothing to do from the user's perspective 😋
Steps to reproduce
bsp-layout set {layout} {some_desktop}(gridandevendo not appear to have the problem)some_desktopback and forthstdoutin the original terminalSystem Information
i've used
make PREFIX=$PWD/build installto installbsp-layout