minor tweaks and new tools
This commit is contained in:
parent
5a634016cf
commit
e9243344a8
5 changed files with 60 additions and 4 deletions
4
gdk_scale
Executable file
4
gdk_scale
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
export GDK_SCALE=$1 GDK_DPI_SCALE=$(printf '%.1f' $((1.0/$1)))
|
||||
exec $2
|
Loading…
Add table
Add a link
Reference in a new issue