summaryrefslogtreecommitdiff
path: root/gdk_scale
blob: da2a45721392498294149c3e6dda605bc1f5e99f (plain)
1
2
3
4
#!/usr/bin/env zsh

export GDK_SCALE=$1 GDK_DPI_SCALE=$(printf '%.1f' $((1.0/$1)))
exec $2