When I run bemenu-run as is, the menu renders off screen. When run with --bottom it renders 420px up from the bottom of the screen. With --center it renders 420px up from the center of the screen.
Works perfectly in wayland though. I'd like to include screenshots but I don't know how to fire spectacle with bemenu running since it grabs keyboard input. I tried -K but it only ignores keyboard input, it still grabs it.
My primary monitor is positioned at
0x420
instead of0x0
. The reason why is because my secondary monitor is rotated 90 degrees and at position1920x0
.xrandr example:
When I run
bemenu-run
as is, the menu renders off screen. When run with--bottom
it renders 420px up from the bottom of the screen. With--center
it renders 420px up from the center of the screen.Works perfectly in wayland though. I'd like to include screenshots but I don't know how to fire spectacle with bemenu running since it grabs keyboard input. I tried
-K
but it only ignores keyboard input, it still grabs it.