Skip to content
/ traymond Public
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

dkxce/traymond

 
 

Repository files navigation

Traymond II

A 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.

Windows 7 or later required.

NB: Does NOT work with apps from the Microsoft Store (see #3).

A binary is available here.

Screenshots

Installing

No installation required, just run Traymond2.exe.

Controls (v2.0.3)

  • Win key + Shift + Z: 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:
    • Click on menu item: Bring back the corresponding hidden window.
    • Restore all windows: Restore all previously hidden windows.
    • Hide Foreground Window to Tray (Win+Shift+Z): Minimize the current foreground window to tray.
    • Disable Tray MultiIcons: Disable Tray MultiIcons (Trayed Applications Icons).
    • Autorun at Windows Startup: Autorun Traymond at Windows Startup.
    • Web Site: Open current page in browser.
    • Exit: Exit Traymond and restore all previously hidden windows.

Change Hot Key:

To change hot key you must set command line argument /key=..., for exmaple:

  • traymond2/key=Shift+Win+X
  • traymond2/key=Ctrl+Alt+R
  • traymond2/key=Alt+Shift+F2
  • traymond2/key=Shift+Alt+Back

Supported combinations:

  • Alt+, Ctrl+, Shift+, Win+
  • TAB,PAUSE,SPACE,PRIOR,PAGEUP,NEXT,PAGEDOWN,END,HOME,LEFT,UP,RIGHT,DOWN,PRINT,INS,DEL,F10,F11,F12,F1,F2,F3,F4,F5,F6,F7,F8,F9,0-9,A-Z

Building

Nmake

> nmake

Please read this if there are any troubles.

About

A simple Windows app for minimizing windows to tray icons

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%