focus windows using launcher IPC
This commit is contained in:
parent
19f003f942
commit
54b762dbab
18 changed files with 350 additions and 276 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue