dotfiles/.config/i3/startxrandr.sh

15 lines
433 B
Bash
Raw Normal View History

2021-11-13 19:24:20 +01:00
#!/bin/bash
scan_rel=0
2021-11-14 01:41:46 +01:00
#while [ ${scan_rel} -eq 0 ] ; do
# # Primer monitor
# xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
# # Segundo monitor
# xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
# sleep 1
#done
sleep 2
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0