diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-27 11:14:52 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-27 11:16:36 +0300 |
| commit | 82697773f8e5507dc3982645f805a011996f7cb4 (patch) | |
| tree | 12575f531ae173207ce78335bb1546ef77948dc2 /src/layout | |
| parent | f64cb6c03e1bc69422edbf7731d0031ffd4f6771 (diff) | |
| download | niri-82697773f8e5507dc3982645f805a011996f7cb4.tar.gz niri-82697773f8e5507dc3982645f805a011996f7cb4.tar.bz2 niri-82697773f8e5507dc3982645f805a011996f7cb4.zip | |
config: Move workspace into its own module
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout/tests.rs b/src/layout/tests.rs index ab2f1f66..04381079 100644 --- a/src/layout/tests.rs +++ b/src/layout/tests.rs @@ -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; |
