vscripts/gdk_scale
2021-06-08 20:27:52 +03:00

4 lines
91 B
Bash
Executable file

#!/usr/bin/env zsh
export GDK_SCALE=$1 GDK_DPI_SCALE=$(printf '%.1f' $((1.0/$1)))
exec $2