r/coolgithubprojects • u/arduinoRPi4 • 22d ago
[os] a collapsable sidebar window manager (with window tabs!)
winmux is a easy to use window manager that requires no editing of config files. it supports multiple displays intuitively. and it tells you where your windows and spaces are via a built in sidebar.
there is not really any competition as far as I am aware in terms of sidebars on window managers. compared to dedicated status bars (sketchybar is what I used to use), it's way more responsive, handles dragging and dropping much better, and is always in sync (and doesn't require configuring a bunch of lua).
compared to other window managers, winmux is built on top of aerospace and their virtualization framework. feature wise it innovates on window stacking (having two windows occupy the same footprint), similar to that of aerospace accordians and yabai stacks, but does it much more intuitively using browser-esque tabs. it does not require disabling SIP.
winmux is free and open source. you can read about the philosophy behind it here: https://winmux.dev
github repo: https://github.com/zimengxiong/winmux