diff --git a/bin/altaria/beeg-game b/bin/altaria/beeg-game index bf4d96d..d1c2b40 100755 --- a/bin/altaria/beeg-game +++ b/bin/altaria/beeg-game @@ -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 diff --git a/bin/altaria/office-game b/bin/altaria/office-game index 2fc6eaf..7b19313 100755 --- a/bin/altaria/office-game +++ b/bin/altaria/office-game @@ -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 diff --git a/bin/altaria/smol-game b/bin/altaria/smol-game index 1a9afc7..a3169ea 100755 --- a/bin/altaria/smol-game +++ b/bin/altaria/smol-game @@ -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 diff --git a/zsh/plugins/scwrypts b/zsh/plugins/scwrypts index 09c214f..e0cbf58 160000 --- a/zsh/plugins/scwrypts +++ b/zsh/plugins/scwrypts @@ -1 +1 @@ -Subproject commit 09c214f93967df7a84b8f21878e10b43b9b04b3e +Subproject commit e0cbf58b3c2a39535d00fbeef5f27434fa9c4814