-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: move-node-to-monitor #133
Comments
I agree that it'd be nice to have this command I suggest the following synopsis:
For the reference, that's how it's implemented in i3 https://i3wm.org/docs/userguide.html#move_to_outputs
|
Same here. Multi-monitor support is not very intuitive (change focus between monitors, move nodes to monitor with left/right options, etc.). For now, the easy way is to use two external monitors as workspaces, then you can easily switch workspaces, change focus, or move containers. |
|
I have two monitors, and at any given time, I would like the ability to "splat" a window to the other monitor--in other words, I don't particularly care which workspace is currently on that monitor, I just want the window to be moved to whatever workspace is current there.
In addition, I'd like to be able to use directional motions, similar to
focus --boundaries all-monitors-outer-frame <dir>
.Would it be possible to add
move-node-to-monitor [left | right | down | up]
?The text was updated successfully, but these errors were encountered: