attempted fix of workspace issues
This commit is contained in:
parent
a84ce23e9c
commit
9662ecef5a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pub fn run_workspace_selector(cli: &CliArgs) {
|
|||
debug!("Monitor number adjusted: {}", monitor_num);
|
||||
|
||||
// Because there is a monitor 0, make sure it is always at least monitor 1
|
||||
let target_workspace = cli.source_workspace.unwrap() * (monitor_num + 1) as i32;
|
||||
let target_workspace = (cli.source_workspace.unwrap() * (monitor_num + 2) as i32) - 1;
|
||||
|
||||
debug!("Target workspace: {}", target_workspace);
|
||||
|
||||
|
|
Loading…
Reference in a new issue