outfoxxed/hy3

Windows that are created on one monitor cannot fullscreen on a different monitor

BrianCArnold opened this issue · 3 comments

Environment:

$topMonitor=HDMI-A-1
$botMonitor=HDMI-A-2

# Monitors
monitor=$botMonitor,preferred,0x1440,1
monitor=$topMonitor,preferred,0x0,1
	
workspace=$botMonitor,1
workspace=$topMonitor,11

Commands:

hyprctl dispatch workspace 99
sleep 1
hyprctl dispatch workspace 1
sleep 1
hyprctl dispatch exec xterm
sleep 1
hyprctl dispatch hy3:movetoworkspace 11
sleep 1
hyprctl dispatch workspace 99
sleep 1
hyprctl dispatch workspace 1
sleep 1
hyprctl dispatch workspace 11
sleep 1
hyprctl dispatch fullscreen

Result: xterm window appears to "fullscreen" in the direction of $botMonitor, disappearing.

Attached is result of running the above script:

exampleOfFailedFullscreen.mp4

I have been seeing this issue as well.

Appears to be fixed in cf91939