Adds support for cosmic-workspace-v2 pin, unpin, move_after, and move_before requests. Both features need some work with workspaces span displays mode, so that will need more fixes later. We also want to generate a unique id for pinned workspaces to send in the ext-workspace-v1 protocol. But that isn't a strict requirement for anything. So I haven't yet fully implemented that. We'll also want to persist other things, like workspace naming when that's added. Overall, though, with separate workspaces per display, this is working pretty well.
10 lines
276 B
TOML
10 lines
276 B
TOML
[package]
|
|
name = "cosmic-comp-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
|
|
input = "0.9.0"
|
|
libdisplay-info = { version = "0.2.0", optional = true }
|
|
serde = { version = "1", features = ["derive"] }
|