mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 20:03:09 +00:00
Phase 5: window management via x11rb
- Add x11rb 0.13 dependency with randr feature - RustConnection and root window in X11Backend - Focus window via _NET_ACTIVE_WINDOW client message - Close window via _NET_CLOSE_WINDOW client message - Move/resize via configure_window - Handler dispatchers for focus, close, move-window, resize-window - list-windows command re-runs snapshot for fresh window tree
This commit is contained in:
parent
314a11bcba
commit
567115a6c2
4 changed files with 197 additions and 10 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -691,6 +691,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"tokio",
|
||||
"uuid",
|
||||
"x11rb",
|
||||
"xcap",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue