diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-11 01:08:19 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-11 01:08:19 -0800 |
commit | cfef616e982e4835d674451dd3ee0eff6d96d33a (patch) | |
tree | 0531926ffd5448104e10c3429e74b8c0ada48060 /home/xyz/.profile | |
parent | 577e087f1068983ccefa6a7f7f7f79d578af60cc (diff) |
profile dpi
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 56f860be..78548c5a 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -73,6 +73,15 @@ export FZF_ALT_C_COMMAND="sudo find . -mindepth 1 -path '*/\.git' -prune -o -typ export SCR_WIDTH=1600 export SCR_HEIGHT=900 +# GDK_SCALE and GDK_DPI_SCALE should be use at the same time +# more see bookmarks about dpi +# not sure if correct +#export GDK_SCALE=1.36 +#export GDK_DPI_SCALE=0.73 +# correct but not sure if fits me +#export GDK_SCALE=2 +#export GDK_DPI_SCALE=0.5 + # startx when login, should be put after environmental variables for .xinitrc to use if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then exec startx |