2 dépôts
Utilities that adjust system-level properties like volume or window opacity via mapped inputs.
Distinct from Transparency Controls: Covers a mix of audio and visual properties (volume and transparency) triggered by input, not fitting into a single audio or transparency tag.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · System Property Controllers. Refine with filters or upvote what's useful.
AltSnap is a window manager utility and layout system that organizes application windows using custom snap grids and mouse-driven resizing and movement. It functions as a low-level input hook that intercepts keyboard and mouse events at the OS level to trigger custom window management actions. The project includes a coordinate-based grid mapper for precise snapping to custom zones and an input remapper that assigns keyboard scan codes to virtual mouse buttons. It also features a window automation CLI used to trigger management tasks on foreground or targeted application windows. The tool pro
Adjusts system volume and window opacity using the mouse scroll wheel and modifier keys.
ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with
Reads JVM system property values as part of its configuration system.