dotfiles/.config/qtile/startxrandr.sh

15 lines
432 B
Bash
Raw Normal View History

2022-04-23 21:36:03 +02:00
#!/bin/bash
scan_rel=0
2023-05-14 21:11:17 +02: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
# sleep2
#done
2022-04-23 21:36:03 +02:00
sleep 2
2023-05-14 21:11:17 +02:00
xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02
xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0