altaria game display configs; scwrypts v3.3.2
This commit is contained in:
parent
8498523bbb
commit
34b98696a1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user