diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-30 02:38:46 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-30 02:38:46 -0700 |
commit | 3502e59bf57e1e3caec98b83a58537d0c664a719 (patch) | |
tree | 8841bdda71db5abfe753f34b6ecf7e49b7101572 /home/xyz/.profile | |
parent | cd5b43a1ee8b59f8e1f2ab454146c314cfa44424 (diff) |
refactor
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 |