This commit is contained in:
ziro 2022-06-25 07:31:07 +07:00
parent 416ad51e96
commit 9f50b70662
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 19 additions and 16 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
if [[ "$OSTYPE" == "darwin"* ]]; then
else
export _JAVA_AWT_WM_NONREPARENTING=1
# Disable auto-dim/autolock/screen saver
@ -26,7 +26,4 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
xrandr --newmode "960x540" 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync
xrandr --addmode VGA1 768x432
xrandr --addmode VGA1 960x540
else
fi