From ff3dd0a956b367a20aeb8be50bfac88d7dda48b1 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 May 2023 21:11:17 +0200 Subject: [PATCH] Dotfiles config update (2023-05-14) --- .config/qtile/startxrandr.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.config/qtile/startxrandr.sh b/.config/qtile/startxrandr.sh index 285d045..1628a8d 100755 --- a/.config/qtile/startxrandr.sh +++ b/.config/qtile/startxrandr.sh @@ -2,14 +2,13 @@ scan_rel=0 +#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 sleep 2 -while [ ${scan_rel} -eq 0 ] ; do - # First monitor - xrandr --output DisplayPort-0 --mode 1920x1200 -r 59.95 - # Second monitor - xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0 - sleep 2 -done -#sleep 2 -#xrandr --output DisplayPort-0 --mode 1920x1200 -r 59.95 -#xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0 +xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02 +xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0