This commit is contained in:
2026-09-10 07:29:39 +02:00
parent 66c2d49ffb
commit 3abf610fbf
3 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -2,13 +2,12 @@
name = "wl-tab"
version = "0.4.0"
edition = "2024"
description = "An alt-tab window switcher for sway: live window previews in a single row"
description = "An simple alt-tab window switcher for sway"
license = "MIT"
repository = "https://git.krzak.org/N0VA/wl-tab"
readme = "README.md"
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"
[dependencies]
+2 -1
View File
@@ -1,6 +1,7 @@
MIT License
Copyright (c) 2026 Milad Alizadeh
Copyright (c) 2026 N0\A
Copyright (c) 2026-2026 Milad Alizadeh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+2
View File
@@ -0,0 +1,2 @@
= wl-tab
== A simple alt-tab switcher for sway