config: Move some stuff to utils

This commit is contained in:
Ivan Molodetskikh
2025-08-27 10:59:16 +03:00
parent a03a7bd1a3
commit c637d4ce99
6 changed files with 169 additions and 164 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ use niri_ipc::{ColumnDisplay, SizeChange};
use crate::appearance::{
Border, FocusRing, InsertHint, Shadow, TabIndicator, DEFAULT_BACKGROUND_COLOR,
};
use crate::{expect_only_children, Color, FloatOrInt};
use crate::utils::expect_only_children;
use crate::{Color, FloatOrInt};
#[derive(knuffel::Decode, Debug, Clone, PartialEq)]
pub struct Layout {