From d6af4e874eee53c4ed2af972aa19848d1fb9b4a5 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Thu, 11 Jun 2020 09:06:44 +0300 Subject: [PATCH] set pos since clone --- skel/disp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/disp b/skel/disp index d01d0b6..1470de2 100644 --- a/skel/disp +++ b/skel/disp @@ -32,7 +32,7 @@ _cloneprimary() { exit fi _list_connected | while read display; do - _xrandr --output $display --mode "$PRIMARYRESOLUTION" + _xrandr --output $display --mode "$PRIMARYRESOLUTION" --pos 0x0 --rotate normal done exit }