1 रिपॉजिटरी
Mechanisms that update window manager state and configurations via a communication socket.
Distinguishing note: None of the candidates cover the specific pattern of using a socket as a replacement for a static config file in window managers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Socket-Based Window Controllers. Refine with filters or upvote what's useful.
bspwm is an X11 tiling window manager that organizes application windows into non-overlapping rectangular tiles using binary space partitioning. It treats the screen as a tree of rectangular regions to automatically manage window placement and is compliant with Extended Window Manager Hints. The project is distinguished by a socket-based window controller, which allows layout changes and configuration settings to be updated via a communication socket rather than through a built-in configuration file. It provides independent window tree management for each detected monitor, treating every dis
Updates window layouts and configuration settings via a communication socket instead of a built-in config file.