save lock file in XDG_CONFIG_DIR

This commit is contained in:
tho
2020-11-15 05:34:34 -08:00
parent 73c12cdcba
commit c901d00e36
3 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
swayipc = {version = "2.7.0", features = [ "event_stream"]}
single-instance = "0.1.2"
xdg = "*"
[packaging]
depends = ["sway"]