How to move the UI to the right monitor on multi-monitor? #1804
Answered
by
DaveDavenport
KSXGitHub
asked this question in
(Possible) Issues
-
I use rofi on GNOME Shell with multiple monitor. Whenever I open rofi, it always appear on whichever monitor the mouse cursor is on. Normally, I can just press Super+Shift+Left/Right to move application windows to the right monitor, but I can't do so with rofi. My questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Feb 11, 2023
Replies: 1 comment 3 replies
-
From manpage: -monitor name
Select monitor to display rofi on. It accepts as input: primary (if primary output is set), the xrandr output name, or integer number (in order of detection). Negative numbers are handled differently:
-1: the currently focused monitor.
-2: the currently focused window (that is, rofi will be displayed on top of the focused window).
-3: Position of mouse (overrides the location setting to get normal context menu behavior.)
-4: the monitor with the focused window.
-5: the monitor that shows the mouse pointer.
Default: -5
See rofi -h output for the detected monitors, their position, and size. Not all options might work, this depends if the window manager sets the right hint. If you use rofi on wayland, we don't support wayland. If you use the rofi wayland port, please ask the port maintainer. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
KSXGitHub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From manpage:
Not all options might work, this depends if …