From e2212864838bc66de1f8909095623ba05e166d22 Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Wed, 2 Dec 2020 21:16:11 +0100 Subject: [PATCH] fix: this seems to fix sporadic wrong resolution bug --- dwm/.local/share/dwm/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/.local/share/dwm/autostart.sh b/dwm/.local/share/dwm/autostart.sh index 4e71fab..adcc4c8 100755 --- a/dwm/.local/share/dwm/autostart.sh +++ b/dwm/.local/share/dwm/autostart.sh @@ -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