Skip to content
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

Implement focus-monitor, move-window-to-monitor and move-column-to-monitor #1157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

annikahannig
Copy link

I noticed that there was no option to bind moving between monitor. I am often switching between three monitors and being able to access those directly would neatly fit my existing muscle memory. :)

This patch implements:

  • focus-monitor
  • move-window-to-monitor
  • move-column-to-monitor

Thank you so much for building niri!

Copy link
Owner

@YaLTeR YaLTeR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. Let's merge this shortly after the next release.

clap(about = "Move the focused window to a specific monitor")
)]
MoveWindowToMonitor {
/// The target output name.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind also adding an --id argument here like in other Window actions? (at least most ones)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks doable! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants