rxyhn / yoru

夜 - Yoru | Aesthetic and Beautiful Awesome Environment :first_quarter_moon:
GNU General Public License v3.0
3.46k stars 196 forks source link

[Bug] ExtraLarge mouse pointer after screen rotation #148

Open awohsen opened 1 year ago

awohsen commented 1 year ago

Describe the bug After I fixed my monitor's rotation https://github.com/rxyhn/yoru/issues/145#issuecomment-1259016918, the mouse pointer became 3x larger!

Section "Monitor"
 VendorName "ViewSonic"
 Identifier "DVI-I-1"
#  Modeline "1366x768" 148.50 1920 2008 2052 2200 1080
#  1084 1089 1125 +hsync +vsync
 Option "PreferredMode" "1440x900"
 Option "LeftOf" "DVI-D-0"
 Option "DPMS" "true"
 Option "Primary" "true"
EndSection

Section "Monitor"
 VendorName "HP"
 Identifier "DVI-D-0"
#  Modeline "3440x1440" 148.50 1920 2008 2052 2200 1080
#  1084 1089 1125 +hsync +vsync
 Option "PreferredMode" "1680x1050"
 Option "RightOf" "DVI-I-1"
 Option "DPMS" "true"
 Option "Rotate" "left"
 Option "Primary" "false"
EndSection

Additional context Perhaps its a miscalculation from ~/.config/awesome/modules/better-resize.lua.