fixed scalling

This commit is contained in:
2024-07-20 08:26:10 +02:00
parent 5dfb146d62
commit 747b4f71da
2 changed files with 8 additions and 7 deletions

View File

@@ -3,11 +3,11 @@ color_scheme_path=/usr/share/qt5ct/colors/airy.conf
custom_palette=false
icon_theme=gruvbox-dark-icons-gtk
standard_dialogs=default
style=kvantum-dark
style=kvantum
[Fonts]
fixed="Noto Sans,12,-1,5,50,0,0,0,0,0"
general="Noto Sans,12,-1,5,50,0,0,0,0,0"
fixed="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular"
general="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular"
[Interface]
activate_item_on_single_click=1
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x11\x9e\0\0\0\x34\0\0\x1b\x61\0\0\x5\x95\0\0\x11\x9e\0\0\0\x34\0\0\x1b\x61\0\0\x5\x95\0\0\0\x2\0\0\0\0\n\0\0\0\x11\x9e\0\0\0\x34\0\0\x1b\x61\0\0\x5\x95)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\r\x1\0\0\0\x34\0\0\x11`\0\0\x5\x95\0\0\r\x2\0\0\0\x35\0\0\x11_\0\0\x5\x94\0\0\0\0\0\0\0\0\n\0\0\0\r\x2\0\0\0\x35\0\0\x11_\0\0\x5\x94)
[Troubleshooting]
force_raster_widgets=1

View File

@@ -1,10 +1,11 @@
export QT_STYLE_OVERRIDE="kvantum";
# export QT_STYLE_OVERRIDE="qt5ct";
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh;
export DEC_PACKAGELIST="$HOME/packages"
export QT_AUTO_SCREEN_SCALE_FACTOR=0;
export QT_ENABLE_HIGHDPI_SCALING=0;
export QT_AUTO_SCREEN_SCALE_FACTOR=1;
export QT_ENABLE_HIGHDPI_SCALING=1;
export QT_SCALE_FACTOR=1
# Defaults
export TERM="kitty";