diff --git a/src/main.rs b/src/main.rs index 3150239..87ab8ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ fn main() -> Result<()> { height: 1600, }, offset: Offset { x: 1920, y: 0 }, - workspaces: vec!["distortion".to_string()], + workspaces: vec!["virtue".to_string()], ..Default::default() }; let lg = Screen { @@ -37,7 +37,7 @@ fn main() -> Result<()> { x: 1 + dell24.resolution.height as isize, y: 0, }, - workspaces: vec!["virtue".to_string()], + workspaces: vec!["twilight".to_string()], ..Default::default() }; let lenovo = Screen { @@ -48,7 +48,7 @@ fn main() -> Result<()> { }, offset: Offset { x: 1920, y: 1600 }, primary: true, - workspaces: vec!["fraud".to_string(), "twilight".to_string()], + workspaces: vec!["fraud".to_string()], ..Default::default() }; let screens = vec![dell24, dell30, lenovo];