Skip to content
/ virgo Public
forked from henkman/virgo

Modify hotkeys from 1,2,3,4 to F1,F2,F3 | Virtual desktops for Windows

License

Notifications You must be signed in to change notification settings

yisen/virgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virgo

Fork from https://github.com/henkman/virgo


Virtual Desktop Manager for Windows

Download here

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 on

Hotkeys:

    ALT + F1,F2,F3  -> changes to desktop 1..3
    CTRL + F1,F2,F3  -> moves active window to desktop 1..3
    ALT + CTRL + SHIFT + Q  -> exits the program
    ALT + CTRL + SHIFT + S  -> starts/stops handling of other hotkeys

the nerds can build it with

    git clone https://github.com/yisen/virgo.git
    cd virgo
    make

If 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

About

Modify hotkeys from 1,2,3,4 to F1,F2,F3 | Virtual desktops for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.0%
  • Makefile 10.0%