Update i3 workspaces
This commit is contained in:
parent
fa892c9650
commit
5a416f4552
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user