config: Move workspace into its own module

This commit is contained in:
Ivan Molodetskikh
2025-08-27 11:14:52 +03:00
parent f64cb6c03e
commit 82697773f8
4 changed files with 67 additions and 66 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
use std::cell::{Cell, OnceCell, RefCell};
use niri_config::workspace::WorkspaceName;
use niri_config::{
FloatOrInt, OutputName, TabIndicatorLength, TabIndicatorPosition, WorkspaceName,
WorkspaceReference,
FloatOrInt, OutputName, TabIndicatorLength, TabIndicatorPosition, WorkspaceReference,
};
use proptest::prelude::*;
use proptest_derive::Arbitrary;