From 5431877c665b44b34d7edee1dcfb09b63243bdeb Mon Sep 17 00:00:00 2001 From: Ali Hatami Date: Mon, 8 May 2023 14:17:24 +0330 Subject: [PATCH] Remove xrandr auto this command was added due to missundrestanding and it was not correct way to add all monitors to the system. --- src/scripts/setupmonitor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/setupmonitor.sh b/src/scripts/setupmonitor.sh index b3aa609..5cda063 100755 --- a/src/scripts/setupmonitor.sh +++ b/src/scripts/setupmonitor.sh @@ -6,7 +6,6 @@ ( flock -n 100 || exit 1 sleep 1 # wait until all changes take place - xrandr --auto python3 /usr/bin/local/setupmonitor.py echo $(data) - INFO - Setup Monitor Done >> $SONOLOG ) 100> $MONITOR_LOCK \ No newline at end of file