dotfiles/.config/spectrwm/startxrandr.sh
2021-11-20 12:18:57 +01:00

16 lines
428 B
Bash
Executable File

#!/bin/bash
scan_rel=0
sleep 3
while [ ${scan_rel} -eq 0 ] ; do
# Primer monitor
xrandr --output Virtual1 --mode 1280x1024 -r 60.00
# Segundo monitor
# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
sleep 1
done
#sleep 2
#xrandr --output Virtual1 --mode 1280x1024 -r 60.00
#xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0