1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

fix: this seems to fix sporadic wrong resolution bug

This commit is contained in:
Ryan Kes 2020-12-02 21:16:11 +01:00
parent 1d61a6f4ae
commit e221286483

View File

@ -35,7 +35,7 @@ if [ "$SCREENCOUNT" -eq 2 ]; then
if [ -f "$HOME/.local/bin/screen_desktop" ]; then
screen_desktop &
# Make sure mouse is on main screen so windows are launched there
xdotool mousemove 3360 1080 &
#xdotool mousemove 3360 1080 &
fi
else
if [ -f "$HOME/.local/bin/screen" ]; then