1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-05-13 10:46:04 +02:00
sway-alttab/Cargo.toml
reisub0 f4214cb5ad
Adds i3 support (experimental)
Signed-off-by: reisub0 <reisub0@gmail.com>
2020-07-19 15:48:14 +05:30

30 lines
815 B
INI

[package]
name = "sway-alttab"
description = "Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on SIGUSR1"
version = "1.1.2"
authors = ["Govind KP <reisub0@gmail.com>"]
repository = "https://github.com/reisub0/sway-alttab"
readme = "./README.md"
license = "MIT"
edition = "2018"
categories = ["command-line-utilities"]
keywords = ["sway", "swayipc", "i3"]
[badges]
is-it-maintained-issue-resolution = { repository = "reisub0/sway-alttab" }
is-it-maintained-open-issues = { repository = "reisub0/sway-alttab" }
maintenance = { status = "actively-developed" }
[profile.release]
codegen-units = 1
lto = true
[dependencies]
swayipc = {"version" = "^2.2.3"}
signal-hook = {"version" = "^0.1"}
daemonize = { "version" = "^0.4" }
[dependencies.clap]
version = "2.33.0"
features = ["yaml"]