Skip to content
forked from fcFn/traymond

A simple Windows app for minimizing windows to tray icons

License

Notifications You must be signed in to change notification settings

denis-ya/totray

 
 

Repository files navigation

Traymond ToTray = Traymond + Mouse Jiggler

A very simple app for minimizing any window to tray as an icon. Runs in the background.

In case it terminates unexpectedly, restart the app and all the icons for minimized windows will come back.

It also implements "fake" mouse input to Windows,and jiggle the mouse pointer back and forth. This might be useful for avoiding screensavers or other things triggered by idle detection.

Windows 7 or later required (but see #3)

A binary is available here.

Installing

No installation required, just run Traymond.exe.

Controls

  • Alt + `: Minimize the currently focused window to tray.

  • Double click on an icon: Bring back the corresponding hidden window.

  • Tray icon menu accessible by right-clicking the Traymond tray icon:

    • Restore all windows: Restore all previously hidden windows.

    • Exit: Exit Traymond and restore all previously hidden windows.

Building

Nmake

> nmake

Please read this if there are any troubles.

Microsoft Visual Studio

Import and build using the project files (thanks, Tyler Szabo).

Customizing

Defines at the top of the file control the key and the mod key for sending windows to tray (use virtual key codes from here and mod keys from here):

#define TRAY_KEY VK_Z_KEY
#define MOD_KEY MOD_WIN + MOD_SHIFT

Contributing

See Contributing.

About

A simple Windows app for minimizing windows to tray icons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • Makefile 2.4%