1
0
Fork
You've already forked clear-status-interface
0
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>
2026年07月07日 15:06:30 -04:00
src refactor(switcher): delegate keyboard switcher to the compositor 2026年07月07日 15:06:30 -04:00
.gitignore Initial commit: clear-status-interface skeleton 2026年05月23日 12:38:14 -04:00
Cargo.lock Refactor and adapt widgets to use UiContext and scale factor 2026年06月09日 10:09:44 -04:00
Cargo.toml Optimize config file reading by implementing global config caching and accessor reuse 2026年07月06日 21:38:15 -04:00
Makefile Optimize config file reading by implementing global config caching and accessor reuse 2026年07月06日 21:38:15 -04:00