cosmic-comp/src
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
..
backend shell: handle fullscreen windows on a dedicated layer 2025-07-04 19:45:54 +02:00
config Revert "feat: power button handling" 2025-06-13 19:19:32 +02:00
dbus Update to zbus 5.x 2025-05-23 19:24:52 +02:00
input shell: Make activate/end_workspace_swipe return Err if no set 2025-07-14 20:38:16 +02:00
logger log: Calloop is very chatty 2023-03-09 19:24:00 +01:00
shell shell: Make activate/end_workspace_swipe return Err if no set 2025-07-14 20:38:16 +02:00
utils Remove debug prints that probably shouldn't have been merged 2025-07-03 14:25:49 +02:00
wayland shell: Make activate/end_workspace_swipe return Err if no set 2025-07-14 20:38:16 +02:00
debug.rs Improved handling of XWayland grabs 2025-07-02 11:16:53 +02:00
main.rs shell: Using parking_lot's RwLock for fairness guarantees 2025-05-27 20:00:21 +02:00
session.rs Update smithay 2024-05-10 13:51:28 +02:00
state.rs shell: handle fullscreen windows on a dedicated layer 2025-07-04 19:45:54 +02:00
systemd.rs Update smithay 2024-05-10 13:51:28 +02:00
theme.rs shell: Using parking_lot's RwLock for fairness guarantees 2025-05-27 20:00:21 +02:00
xwayland.rs shell: Focus window after unfullscreening 2025-07-04 19:45:54 +02:00