https://github.com/midnighttale/whma
https://github.com/midnighttale/whma
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/midnighttale/whma
- Owner: MidnightTale
- Created: 2025-02-21T11:22:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T12:16:43.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:44:15.537Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHMA (Window Hover Mouse Activation)
A lightweight, efficient window manager that automatically activates windows when hovering over them with your mouse cursor for windows 10/11.
## Configuration
Configuration file is located at `~/.config/whma/config.json`:
```json
{
"delay_ms": 50,
"cooldown_ms": 300,
"enabled": true,
"blacklist": [
{
"window_title": "Task Manager",
"class_name": "",
"process_name": "Taskmgr.exe"
}
]
}