diff --git a/Cargo.toml b/Cargo.toml index c531a7c..c4fa8cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "wl-pick" +name = "wl-tab" version = "0.4.0" edition = "2024" -description = "A live grid of window and display previews, for picking one" +description = "An alt-tab window switcher for sway: live window previews in a single row" license = "MIT" -repository = "https://github.com/mil-ad/wl-pick" +repository = "https://git.krzak.org/N0VA/wl-tab" readme = "README.md" -keywords = ["wayland", "sway", "wlroots", "screencast", "switcher"] +keywords = ["wayland", "sway", "wlroots", "alt-tab", "switcher"] categories = ["command-line-utilities", "os::unix-apis"] # The floor is cosmic-text, which needs 1.89; let-chains here need 1.88. rust-version = "1.89"