Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henkman/virgo
:virgo::computer::computer::computer::computer: Virtual desktops for Windows
https://github.com/henkman/virgo
virtual-desktops windows
Last synced: 20 days ago
JSON representation
:virgo::computer::computer::computer::computer: Virtual desktops for Windows
- Host: GitHub
- URL: https://github.com/henkman/virgo
- Owner: henkman
- License: mit
- Created: 2013-10-04T20:32:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T12:51:16.000Z (about 1 year ago)
- Last Synced: 2024-10-01T13:24:02.709Z (about 1 month ago)
- Topics: virtual-desktops, windows
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 1,404
- Watchers: 93
- Forks: 257
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - henkman/virgo - :virgo::computer::computer::computer::computer: Virtual desktops for Windows (C)
- awesome-hacking-lists - henkman/virgo - :virgo::computer::computer::computer::computer: Virtual desktops for Windows (C)
README
virgo
=====
Virtual Desktop Manager for Windows[Download here](https://github.com/papplampe/virgo/releases/download/v.1.4.2/virgo.zip)
Features:
- 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 onHotkeys:
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 hotkeysthe nerds can build it with
git clone https://github.com/papplampe/virgo.git
cd virgo
makeIf you do not have gcc/make installed you can change that doing following
1. go to http://msys2.github.io/ and install it according to the instructions there
2. open msys2 shell and install mingw-w64-i686-gcc and mingw-w64-i686-make using pacman
3. duplicate C:\msys32\mingw32\bin\mingw32-make.exe and name it make.exe