This repository was archived by the owner on Oct 11, 2025. It is now read-only.
🛡️ v0.0.9 - Focus & Polish
✨ Features
- Wayland Keyboard Improvements (#4)
- Enhanced key event handling for Wayland, including support for modifier keys like Shift and Alt.
- Removed debug log that printed password characters.
🧹 Refactoring
-
Cleaner Help Output
- Unified flag formatting: short (
-c) and long (--config) variants are clearly grouped. - Removed configuration examples from help text to keep it concise.
- Unified flag formatting: short (
-
Configuration & Codebase Simplification
- Removed unused features:
IdleTimeout,BlurBackground,BackgroundColor, andMediaPlayerCmdsettings.- Idle monitoring implementations for both X11 and Wayland.
- Media playback is now hardcoded to mpv, simplifying player integration.
- New media control options (disabled by default):
lock_pause_media: pause media on lock.unlock_unpause_media: resume on unlock.
- Removed unused features:
🛠 Fixes
- Proper handling of modifiers in Wayland input.
- Eliminated accidental logging of sensitive password input.