Virtual Desktop Manager for Windows
English | 中文
- resource friendly, exe is <10kb on disk and uses <1mb memory while running
- 4 virtual desktops (more if you change a constant and recompile the code)
- shows only a tray icon with the number of the desktop you are on
shortcut key | introduce |
---|---|
ALT + 1..4 | changes to desktop 1..4 |
CTRL + 1..4 | moves active window to desktop 1..4 |
ALT + CTRL + SHIFT + Q | exits the program |
ALT + CTRL + SHIFT + S | starts/stops handling of other hotkeys |
ALT + CTRL + SHIFT + T | pin active window (makes it always visible) |
ALT + ← / → | move the desktop left or right |
Install gcc
and make
:
- Visit MSYS2 Install and install
MSYS2
following the instructions. - Open
MSYS2 Shell
and usepacman
to installmingw-w64-x86_64-gcc
,mingw-w64-x86_64-make
, andmingw-w64-x86_64-cmake
. - Add
C:\msys64\mingw64\bin
(yourMSYS2
installation path) to thePATH
environment variable.
Build:
git clone https://github.com/papplampe/virgo.git
cd virgo
mingw32-make