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:
parent
1d61a6f4ae
commit
e221286483
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user