Update i3 workspaces
This commit is contained in:
parent
fa892c9650
commit
5a416f4552
@ -20,7 +20,7 @@ fn main() -> Result<()> {
|
|||||||
height: 1600,
|
height: 1600,
|
||||||
},
|
},
|
||||||
offset: Offset { x: 1920, y: 0 },
|
offset: Offset { x: 1920, y: 0 },
|
||||||
workspaces: vec!["distortion".to_string()],
|
workspaces: vec!["virtue".to_string()],
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
let lg = Screen {
|
let lg = Screen {
|
||||||
@ -37,7 +37,7 @@ fn main() -> Result<()> {
|
|||||||
x: 1 + dell24.resolution.height as isize,
|
x: 1 + dell24.resolution.height as isize,
|
||||||
y: 0,
|
y: 0,
|
||||||
},
|
},
|
||||||
workspaces: vec!["virtue".to_string()],
|
workspaces: vec!["twilight".to_string()],
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
let lenovo = Screen {
|
let lenovo = Screen {
|
||||||
@ -48,7 +48,7 @@ fn main() -> Result<()> {
|
|||||||
},
|
},
|
||||||
offset: Offset { x: 1920, y: 1600 },
|
offset: Offset { x: 1920, y: 1600 },
|
||||||
primary: true,
|
primary: true,
|
||||||
workspaces: vec!["fraud".to_string(), "twilight".to_string()],
|
workspaces: vec!["fraud".to_string()],
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
let screens = vec![dell24, dell30, lenovo];
|
let screens = vec![dell24, dell30, lenovo];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user