Remove the wofi subprocess entirely. The launcher now renders its own Wayland overlay window via gtk4 + gtk4-layer-shell: a SearchEntry at the top with live fuzzy filtering, a ListBox of results below, and keyboard navigation (Enter/Esc/arrows). Toggle (keybind press while open closes it) is handled via a PID file in $XDG_RUNTIME_DIR.
8 lines
118 B
TOML
8 lines
118 B
TOML
[package]
|
|
name = "breadbox"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gtk4 = "0.11"
|
|
gtk4-layer-shell = "0.8"
|