🪟 Windows Desktop Organizer — Keep your desktop clean and tidy
🇨🇳 中文 | 🇬🇧 English
|
|
|
|
| App Launcher | File Manager | Settings |
|---|---|---|
![]() |
![]() |
![]() |
- Auto-scan desktop shortcuts
- Real icons display, not generic placeholders
- Double-click / Enter to launch instantly
- Support category organization, custom app groups
- Desktop files/folders at a glance
- Context menu: Open, Move, Delete, Copy
- Open with app selection
- Real-time operation feedback
Smart window docking for full-screen workflow:
| Feature | Description |
|---|---|
| Dock Trigger | Drag window to top-left corner and release |
| Dock Zone | Approximately 200×150 pixels (auto-adapts to screen) |
| Auto Hide | Hides to tray ~260ms after mouse leaves |
| Reactivate | Use hotkey or tray menu to show again |
💡 Tip: Docking won't trigger while dragging — only when you release the mouse within the dock zone.
With global hotkeys available, hot corner serves as a supplementary method for mouse-oriented users.
| Hot Zone | Top-left corner, ~1/4 screen width, ~10px height |
|---|---|
| Trigger | Hold Ctrl + move mouse into hot zone |
| Use Case | Quick activation when keyboard isn't convenient |
| Setting | Description |
|---|---|
| Window Opacity | 0% ~ 100% stepless adjustment |
| Blur Intensity | From clear to misty |
| Icon Size | 24px ~ 96px |
| Background | Custom wallpaper support |
| Theme | Dark / Light / Follow System |
| Auto Start | One-click setup |
- One-click hide/show system desktop icons
- Keep native desktop clean
- Access everything through Desk Tidy
Display desktop files and folders in separate floating windows, keeping your desktop clean while maintaining quick access.
| Feature | Description |
|---|---|
| Categorized Display | Folders and files shown in separate windows |
| Appearance Sync | Auto-inherits transparency, blur and other settings from main app |
| Smart Positioning | Drag to position, auto-remembers location |
| Launch with Main App | One-click enable/disable in settings |
📁 Organizer boxes are implemented by the companion project desk_tidy_box, working alongside the main app.
| Shortcut | Function |
|---|---|
Ctrl + Shift + Space |
Activate window (Primary) |
Alt + Shift + Space |
Activate window (Alternate) |
↑ ↓ ← → |
Navigate selection |
Tab / Shift + Tab |
Linear navigation |
Enter |
Open selected item |
Esc |
Hide window |
| Item | Size |
|---|---|
| Installer | 11.8 MB |
| Installed | 58 MB |
Download from Releases.
# Clone repository
git clone https://github.com/sqmw/desk_tidy.git
cd desk_tidy
# Install dependencies
flutter pub get
# Run
flutter run -d windows
# Build release
flutter build windows --release- Framework: Flutter (Windows Desktop)
- Languages: Dart + C++ (Win32 native extensions)
- Icon Extraction: Windows Shell API
- Window Management: window_manager + native HWND operations
| Item | Requirement |
|---|---|
| OS | Windows 11 (64-bit); Win10 theoretically compatible but not fully tested |
| Disk Space | ~58 MB |
| Memory | ~280 MB |
- Global hotkey activation
- Pinyin fuzzy search
- Category management
- Magnetic auto-hide
- Desktop organizer boxes
- Multi-monitor support
- Plugin system
- Cloud config sync
MIT License
⭐ If you find this useful, please give it a Star!





