Browse Source

Remove xrandr auto

this command was added due to missundrestanding and it was not correct
way to add all monitors to the system.
master
Ali Hatami Tajik 2 years ago
parent
commit
5431877c66
  1. 1
      src/scripts/setupmonitor.sh

1
src/scripts/setupmonitor.sh

@ -6,7 +6,6 @@
( (
flock -n 100 || exit 1 flock -n 100 || exit 1
sleep 1 # wait until all changes take place sleep 1 # wait until all changes take place
xrandr --auto
python3 /usr/bin/local/setupmonitor.py python3 /usr/bin/local/setupmonitor.py
echo $(data) - INFO - Setup Monitor Done >> $SONOLOG echo $(data) - INFO - Setup Monitor Done >> $SONOLOG
) 100> $MONITOR_LOCK ) 100> $MONITOR_LOCK
Loading…
Cancel
Save