This commit is contained in:
Daniel 2023-01-20 15:54:58 -05:00
parent 4e152b3b77
commit 409eeec77e

View file

@ -30,9 +30,8 @@ fn main() {
} }
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[0])); run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[0]));
run_or_log(&mut conn, "move workspace to output right"); run_or_log(&mut conn, "move workspace to output right");
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[1])); run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[1]));
run_or_log(&mut conn, "move workspace to output right"); run_or_log(&mut conn, "move workspace to output right");
} }