mirror of
https://github.com/reisub0/sway-alttab
synced 2025-12-17 03:35:09 +01:00
22 lines
704 B
INI
22 lines
704 B
INI
[package]
|
|
name = "sway-alttab"
|
|
description = "Simple Alt-Tab daemon for SwayWM. Switches back to previous focused window on SIGUSR1"
|
|
version = "1.0.1"
|
|
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" }
|
|
|
|
[dependencies]
|
|
swayipc = {"version" = "^2.2.3"}
|
|
signal-hook = {"version" = "^0.1"}
|
|
daemonize = { "version" = "^0.4" }
|