focus windows using launcher IPC

This commit is contained in:
Ashley Wulber 2021-11-30 16:15:06 -05:00 committed by Jeremy Soller
parent 19f003f942
commit 54b762dbab
18 changed files with 350 additions and 276 deletions

View file

@ -10,7 +10,14 @@ gdk4-x11 = "0.3.0"
gio = "0.14.8"
gtk4 = "0.3.1"
x11 = { version = "2", features = ["xlib"] }
# examples/launcher
pop-launcher = "=1.0.3"
#pop-launcher = "1.0.3"
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "client" }
serde_json = "1.0.70"
once_cell = "1.8.0"
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "client" }
postage = "0.4.1"
futures = "0.3.18"
glib = "0.14.8"
# examples/gtklauncher
once_cell = "1.8.0"