No description
- Rust 99.9%
- Makefile 0.1%
|
Lucas Galante
ee441f77bd
refactor(switcher): delegate keyboard switcher to the compositor
The keyboard alt-tab switcher is now implemented natively by the compositor (super+tab / `ccectl window-switcher`), so route trigger_switcher's switcher mode to it instead of duplicating the list-building/spawn/focus logic. Drop the now-dead stdin-driver plumbing (StdinWriter, active_switcher_stdin, and the __cce_switcher_next__ / __cce_switcher_select_and_close__ control lines). The status-bar click-to-pick window list (non-switcher path) is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| src | refactor(switcher): delegate keyboard switcher to the compositor | |
| .gitignore | Initial commit: clear-status-interface skeleton | |
| Cargo.lock | Refactor and adapt widgets to use UiContext and scale factor | |
| Cargo.toml | Optimize config file reading by implementing global config caching and accessor reuse | |
| Makefile | Optimize config file reading by implementing global config caching and accessor reuse | |