Add keyboard layout command

This commit is contained in:
2024-11-20 22:25:35 +01:00
parent a3c9a5536a
commit 7f3405dcf0
5 changed files with 65 additions and 19 deletions

View File

@ -8,6 +8,6 @@ clap = { version = "4.5.4", features = ["derive"] }
once_cell = "1.19.0"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
niri-ipc = { version = "0.1.6", git = "https://github.com/YaLTeR/niri.git", rev = "d96a66ddff1a6b88dbe3e23b049f7075533b216f" }
niri-ipc = "0.1.10"
eyre = "0.6.12"
color-eyre = "0.6.3"