seanpringle/goomwwm

Unable to move window when screen rotated.

Closed this issue · 1 comments

Unable to use Mod+Arrow Keys to move a window to second display when display is rotated.

It will work if Primary display is rotated and secondary is normal, but not when primary is normal and secondary is left.

pmaynard@ECIT01140:~$ xrandr  --output DVI-I-1 --rotate normal
pmaynard@ECIT01140:~$ xrandr  --output DP-0 --rotate left

Will work.

pmaynard@ECIT01140:~$ xrandr  --output DP-0 --rotate normal
pmaynard@ECIT01140:~$ xrandr  --output DVI-I-1 --rotate left

Won't work.

pmaynard@ECIT01140:~$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 1920, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080      60.0*+
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
DP-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080      60.0*+
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
DP-1 disconnected (normal left inverted right x axis y axis)

This was caused by a miss-configured Xorg.
Sorry for the mistake.