diff options
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index d5ed39b7..a58d77f3 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -74,11 +74,9 @@ export SCR_HEIGHT=1080 #export CM_MAX_CLIPS=8 # GDK_SCALE and GDK_DPI_SCALE should be use at the same time +# GDK_SCALE is recommended to be an integer +# GDK_DPI_SCALE=1/GDK_SCALE # 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 |