minor tweaks and new tools

This commit is contained in:
Von Random 2021-06-08 20:27:36 +03:00
parent 5a634016cf
commit e9243344a8
5 changed files with 60 additions and 4 deletions

4
gdk_scale Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env zsh
export GDK_SCALE=$1 GDK_DPI_SCALE=$(printf '%.1f' $((1.0/$1)))
exec $2