All Projects → fcFn → Traymond

fcFn / Traymond

Licence: mit
A simple Windows app for minimizing windows to tray icons

Projects that are alternatives of or similar to Traymond

Flutterminimalwebsite
A minimalistic Flutter website template for blogs and portfolios. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 180 (-17.81%)
Mutual labels:  app
Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (-10.05%)
Mutual labels:  app
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+1052.97%)
Mutual labels:  app
Ruhua
如花商城系统thinkphp6+uniapp,小程序直播拼团限时分销APP商城
Stars: ✭ 181 (-17.35%)
Mutual labels:  app
Hawkeye
A useful app for GitHub Notifications
Stars: ✭ 193 (-11.87%)
Mutual labels:  app
Socfony
Socfony is an open source social application, quickly build your own social application.
Stars: ✭ 199 (-9.13%)
Mutual labels:  app
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-20.09%)
Mutual labels:  app
Dynamic Support
A complete library to build Android apps with a built-in theme engine.
Stars: ✭ 218 (-0.46%)
Mutual labels:  app
Ruler
An AR ruler app can measure length & area
Stars: ✭ 194 (-11.42%)
Mutual labels:  app
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+1038.81%)
Mutual labels:  app
Sharik
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
Stars: ✭ 185 (-15.53%)
Mutual labels:  app
Pdo
Connecting to MySQL in PHP using PDO.
Stars: ✭ 187 (-14.61%)
Mutual labels:  app
Numi
Beautiful calculator app for macOS
Stars: ✭ 3,258 (+1387.67%)
Mutual labels:  app
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+880.82%)
Mutual labels:  app
Newscatchr
FOSS Android News Reader App
Stars: ✭ 216 (-1.37%)
Mutual labels:  app
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (-18.72%)
Mutual labels:  app
Vecihi
Build Your Own Photo Sharing App in 5 minutes
Stars: ✭ 199 (-9.13%)
Mutual labels:  app
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (-0.46%)
Mutual labels:  app
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (-0.91%)
Mutual labels:  app
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (-5.02%)
Mutual labels:  app

Traymond Traymond

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.

Windows 7 or later required (but see #3)

A binary is available here.

Installing

No installation required, just run Traymond.exe.

Controls

  • 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:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].