altaria game display configs; scwrypts v3.3.2

This commit is contained in:
Wryn (yage) Wagner 2023-08-11 08:41:27 -06:00
parent 8498523bbb
commit 34b98696a1
4 changed files with 18 additions and 9 deletions

View File

@ -1,14 +1,17 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh
OUTPUT=DP-2
: \
&& scwrypts desktop/xrandr/disconnect-all \
&& xrandr \
--output DP-2 \
--primary \
--mode 3840x2160 --rate 119.88 \
--output $OUTPUT \
--mode 2560x1440 --rate 119.88 \
--rotate normal \
--pos 0x0 \
&& sleep 4 \
&& xrandr --output $OUTPUT --primary \
;
pkill compton

View File

@ -1,14 +1,17 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh
OUTPUT=DP-0
: \
&& scwrypts desktop/xrandr/disconnect-all \
&& xrandr \
--output DP-0 \
--primary \
--output $OUTPUT \
--mode 3840x2160 \
--rotate normal \
--pos 0x0 \
&& sleep 4 \
&& xrandr --output $OUTPUT --primary \
;
pkill compton

View File

@ -1,14 +1,17 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh
OUTPUT=HDMI-0
: \
&& scwrypts desktop/xrandr/disconnect-all \
&& xrandr \
--output HDMI-0 \
--primary \
--mode 3840x2160 --rate 119.88 \
--output $OUTPUT \
--mode 2560x1440 --rate 119.88 \
--rotate normal \
--pos 0x0 \
&& sleep 4 \
&& xrandr --output $OUTPUT --primary \
;
pkill compton

@ -1 +1 @@
Subproject commit 09c214f93967df7a84b8f21878e10b43b9b04b3e
Subproject commit e0cbf58b3c2a39535d00fbeef5f27434fa9c4814