cosmic-comp/src/wayland
Ian Douglas Scott 8aa501c0e0 shell: Make activate/end_workspace_swipe return Err if no set
It doesn't seem like there's really a need to have `Err(_)` and `Ok(None)`.

`Err(_)` means the set exists for the output, but doesn't have the
appropriate workspace index. It's a bit odd that the set not even
existing becomes `Ok(None)`.

Instead, just return `Err(InvalidWorkspaceIndex)` in either case.
2025-07-14 20:38:16 +02:00
..
handlers shell: Make activate/end_workspace_swipe return Err if no set 2025-07-14 20:38:16 +02:00
protocols fix(overlap): check if window is sticky 2025-07-07 14:15:43 -04:00
mod.rs cargo fmt 2022-07-04 16:01:06 +02:00