This commit is contained in:
2024-02-28 11:04:05 +01:00
commit db2082311f
49 changed files with 587 additions and 0 deletions

6
syberia-scale.sh Executable file
View File

@@ -0,0 +1,6 @@
if [ "$1" == "zoom_in" ]; then
nvidia-settings --assign CurrentMetaMode="HDMI-0: 1360x768_60 +0+0 { ViewPortIn=800x600 }"
fi
if [ "$1" == "zoom_out" ]; then
nvidia-settings --assign CurrentMetaMode="HDMI-0: 1360x768_60 +0+0 { ViewPortIn=1360x768 }"
fi