mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
fixed scalling
This commit is contained in:
@@ -3,11 +3,11 @@ color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
|||||||
custom_palette=false
|
custom_palette=false
|
||||||
icon_theme=gruvbox-dark-icons-gtk
|
icon_theme=gruvbox-dark-icons-gtk
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=kvantum-dark
|
style=kvantum
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="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,12,-1,5,50,0,0,0,0,0"
|
general="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular"
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
activate_item_on_single_click=1
|
activate_item_on_single_click=1
|
||||||
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[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]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
7
.zshenv
7
.zshenv
@@ -1,10 +1,11 @@
|
|||||||
export QT_STYLE_OVERRIDE="kvantum";
|
# export QT_STYLE_OVERRIDE="qt5ct";
|
||||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh;
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh;
|
||||||
|
|
||||||
export DEC_PACKAGELIST="$HOME/packages"
|
export DEC_PACKAGELIST="$HOME/packages"
|
||||||
|
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0;
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1;
|
||||||
export QT_ENABLE_HIGHDPI_SCALING=0;
|
export QT_ENABLE_HIGHDPI_SCALING=1;
|
||||||
|
export QT_SCALE_FACTOR=1
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
export TERM="kitty";
|
export TERM="kitty";
|
||||||
|
|||||||
Reference in New Issue
Block a user