[Feature Request] Create --recent-monitor-workspace
flag to switch to current monitor recent workspace
#904
Labels
type: feature
New feature or request
Describe the problem/motivation
(First of all, thank you for your amazing job. It completely revolutionized my workflow.)
I really like the
--recent-workspace
flag for bothfocus
andmove
commands.However, I find it non-intuitive when multiple monitor are involved.
Let say I'm working on the left monitor, alternating between workspace A and B with
focus --recent-workspace
.Then I execute a quick task on my right monitor, on workspace C (
focus --workspace C
).Refocusing the left monitor and running
focus --recent-workspace
again will do nothing.I guess this is what is expected, but it surprises me every time. It would be more natural to me if it would still alternate between A and B.
Describe the solution you'd like
I would love to have a
--recent-monitor-workspace
flag which would consider the last workspace on the currently focused monitor. The behavior would be more predictable, and runningfocus --recent-monitor-workspace
would not unexpectedly do nothing (or focus another monitor).Alternatives considered
No response
The text was updated successfully, but these errors were encountered: