stash: blocking persistent entries by window class

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964061bd97b4ffc4e84d835072331a966c6
This commit is contained in:
raf 2025-09-19 11:18:57 +03:00
commit 36c183742d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
7 changed files with 483 additions and 19 deletions

11
Cargo.lock generated
View file

@ -700,15 +700,15 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]]
name = "inquire"
version = "0.8.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b8b5b4fd6d0ef1235f11c2e8ce9734be5736c21230ff585c3bae2e940abced"
checksum = "2628910d0114e9139056161d8644a2026be7b117f8498943f9437748b04c9e0a"
dependencies = [
"bitflags",
"crossterm 0.28.1",
"crossterm 0.29.0",
"dyn-clone",
"unicode-segmentation",
"unicode-width 0.1.14",
"unicode-width 0.2.0",
]
[[package]]
@ -1289,6 +1289,9 @@ dependencies = [
"thiserror",
"unicode-segmentation",
"unicode-width 0.2.0",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
"wl-clipboard-rs",
]