Update i3 workspaces

This commit is contained in:
Bill Thiede 2023-06-05 19:14:07 -07:00
parent fa892c9650
commit 5a416f4552

View File

@ -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];