Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Toggle **Mouse Without Borders** clipboard and file sharing on/off with a hotkey or tray icon click.

A lightweight system tray companion for [PowerToys Mouse Without Borders](https://learn.microsoft.com/en-us/windows/powertoys/mouse-without-borders) that lets you quickly disable clipboard/file sharing for privacy (passwords, sensitive data) — for when you're doing a lot of local copy/paste and don't want it constantly going to the MWB watcher. Also helps with large file copies not lagging you when you're not using the feature. MWB stays enabled — this only manipulates the clipboard server in the background.
A lightweight system tray companion for [PowerToys Mouse Without Borders](https://learn.microsoft.com/en-us/windows/powertoys/mouse-without-borders) that lets you quickly disable clipboard/file sharing for privacy (passwords, sensitive data) — for when you're doing a lot of local copy/paste and don't want it constantly going to the MWB watcher. Also helps with large file copies not lagging you when you're not using the feature. Since it runs per-machine, you can also disable sharing on one side to create **one-way sharing**. MWB stays enabled — this only manipulates the clipboard server in the background.

## Features

Expand All @@ -13,6 +13,7 @@ A lightweight system tray companion for [PowerToys Mouse Without Borders](https:
- **Independent file transfer toggle**: Control TransferFile separately from ShareClipboard
- **PowerToys submenu**: Quick access to PowerToys MWB settings and the legacy MWB configuration
- **Run at startup**: One-click toggle to add/remove from Windows Startup folder
- **One-way sharing**: Disable sharing on one machine while keeping it on another for directional clipboard/file transfer
- **Zero polling**: Uses OS-level FileSystemWatcher — no CPU usage when idle
- **On-screen display**: Floating tooltip at cursor position (no toast notification spam)

Expand Down
Loading