Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpcima/midiwake
A utility to block the screen saver during MIDI activity
https://github.com/jpcima/midiwake
Last synced: about 2 months ago
JSON representation
A utility to block the screen saver during MIDI activity
- Host: GitHub
- URL: https://github.com/jpcima/midiwake
- Owner: jpcima
- License: gpl-3.0
- Created: 2022-08-21T05:51:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T16:45:58.000Z (over 2 years ago)
- Last Synced: 2023-03-04T12:00:11.777Z (almost 2 years ago)
- Language: C++
- Size: 171 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midiwake
A utility to block the screen saver during MIDI activity## Description
This program shows up in the notification area, and it listens for output
produced by hardware MIDI devices, such as a synthesizer keyboard.While the device is being played with, the program prevents the desktop
from entering idle mode, which might lock the session or activate the screen
saver. For instance, one can practice a piece of music on screen without
risks of interruption.As of now, this program is compatible only with Linux.
It uses some desktop-specific D-bus interfaces, which hopefully work with most
desktop environments, although they are not equally tested.
Feedback regarding particular desktops is appreciated.## Packages
Official RPM packages are available on [COPR].
[COPR]: https://copr.fedorainfracloud.org/coprs/jpcima/midiwake/
## Release notes
**1.0.0**
- Initial release of the program