Virtual Desktop Manager for Windows.
- Resource friendly, exe is lss 10kb on disk and uses lss 1mb memory while running.
- 9 virtual desktops (more if you change a constant and recompile the code).
Keyboard shortcuts | Describe |
---|---|
Alt + Ctrl + 1…9 |
Changes to desktop 1…9 |
Alt + Shift + 1…9 |
Moves active window to desktop 1…9 |
Alt + Ctrl + Shift + q |
Exits the program |
Alt + Ctrl + Shift + s |
Starts/Stops handling of other hotkeys |
Alt + Ctrl + Shift + p |
Pin active window (makes it always visible) |
The nerds can build it with:
git clone https://github.com/kitty-panics/virgo
cd virgo
make
If you do not have gcc/make installed you can change that doing following:
- Go to https://www.msys2.org/ and install it according to the instructions there.
- Open MSYS2 shell and install
mingw-w64-i686-gcc
andmingw-w64-i686-make
using pacman. - Duplicate msys32\mingw32\bin\mingw32-make.exe and name it make.exe.
- Open MinGW32 shell and perform
make
operation.