From 5292a57848e40b75e2ee362f87ffdd366af2d8d4 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 1 Dec 2022 12:33:10 -0500 Subject: [PATCH] dev.sh: correct window position at 1440p --- bin/dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dev.sh b/bin/dev.sh index b43c21e..ab96e3b 100755 --- a/bin/dev.sh +++ b/bin/dev.sh @@ -1,9 +1,9 @@ #!/usr/bin/env sh # 1440p -#wmctrl -r :ACTIVE: -e 0,1265,0,1290,1379 +wmctrl -r :ACTIVE: -e 0,1260,0,1290,1379 # 1080p -wmctrl -r :ACTIVE: -e '0,1005,0,906,1026' +#wmctrl -r :ACTIVE: -e '0,1005,0,906,1026' # ??p #wmctrl -r :ACTIVE: -e 0,615,0,1938,1378