Quake3e
Quake3e copied to clipboard
Quake3e opens on the wrong screen in multi-monitor setup
I have 3 monitors and main one is in the center. Every time I open Quake3e it opens on the left screen, so I have to change displays with KWin. I've tried to set KWin rules but them seem don't work. This happens in both Xwayland and Wayland modes.
try to experiment with vid_xpos
and vid_ypos
from command line, it might be related to problem reported in https://github.com/ec-/Quake3e/pull/210
try to experiment with
vid_xpos
andvid_ypos
from command line, it might be related to problem reported in https://github.com/ec-/Quake3e/pull/210
+vid_xpos 1920 +vid_ypos 0
did the trick, thanks!