altaria game display configs; scwrypts v3.3.2
This commit is contained in:
parent
8498523bbb
commit
34b98696a1
@ -1,14 +1,17 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
source ${0:a:h}/xorg.zsh
|
source ${0:a:h}/xorg.zsh
|
||||||
|
|
||||||
|
OUTPUT=DP-2
|
||||||
|
|
||||||
: \
|
: \
|
||||||
&& scwrypts desktop/xrandr/disconnect-all \
|
&& scwrypts desktop/xrandr/disconnect-all \
|
||||||
&& xrandr \
|
&& xrandr \
|
||||||
--output DP-2 \
|
--output $OUTPUT \
|
||||||
--primary \
|
--mode 2560x1440 --rate 119.88 \
|
||||||
--mode 3840x2160 --rate 119.88 \
|
|
||||||
--rotate normal \
|
--rotate normal \
|
||||||
--pos 0x0 \
|
--pos 0x0 \
|
||||||
|
&& sleep 4 \
|
||||||
|
&& xrandr --output $OUTPUT --primary \
|
||||||
;
|
;
|
||||||
|
|
||||||
pkill compton
|
pkill compton
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
source ${0:a:h}/xorg.zsh
|
source ${0:a:h}/xorg.zsh
|
||||||
|
|
||||||
|
OUTPUT=DP-0
|
||||||
|
|
||||||
: \
|
: \
|
||||||
&& scwrypts desktop/xrandr/disconnect-all \
|
&& scwrypts desktop/xrandr/disconnect-all \
|
||||||
&& xrandr \
|
&& xrandr \
|
||||||
--output DP-0 \
|
--output $OUTPUT \
|
||||||
--primary \
|
|
||||||
--mode 3840x2160 \
|
--mode 3840x2160 \
|
||||||
--rotate normal \
|
--rotate normal \
|
||||||
--pos 0x0 \
|
--pos 0x0 \
|
||||||
|
&& sleep 4 \
|
||||||
|
&& xrandr --output $OUTPUT --primary \
|
||||||
;
|
;
|
||||||
|
|
||||||
pkill compton
|
pkill compton
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
source ${0:a:h}/xorg.zsh
|
source ${0:a:h}/xorg.zsh
|
||||||
|
|
||||||
|
OUTPUT=HDMI-0
|
||||||
|
|
||||||
: \
|
: \
|
||||||
&& scwrypts desktop/xrandr/disconnect-all \
|
&& scwrypts desktop/xrandr/disconnect-all \
|
||||||
&& xrandr \
|
&& xrandr \
|
||||||
--output HDMI-0 \
|
--output $OUTPUT \
|
||||||
--primary \
|
--mode 2560x1440 --rate 119.88 \
|
||||||
--mode 3840x2160 --rate 119.88 \
|
|
||||||
--rotate normal \
|
--rotate normal \
|
||||||
--pos 0x0 \
|
--pos 0x0 \
|
||||||
|
&& sleep 4 \
|
||||||
|
&& xrandr --output $OUTPUT --primary \
|
||||||
;
|
;
|
||||||
|
|
||||||
pkill compton
|
pkill compton
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 09c214f93967df7a84b8f21878e10b43b9b04b3e
|
Subproject commit e0cbf58b3c2a39535d00fbeef5f27434fa9c4814
|
Loading…
Reference in New Issue
Block a user