altaria game display configs; scwrypts v3.3.2
This commit is contained in:
@@ -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
|
||||||
|
Submodule zsh/plugins/scwrypts updated: 09c214f939...e0cbf58b3c
Reference in New Issue
Block a user