mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
config: Move workspace into its own module
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user