fix qt5 font-size

This commit is contained in:
lelgenio 2019-10-20 21:14:03 -03:00
parent 73f95c802b
commit 0830cade5d
3 changed files with 4 additions and 3 deletions

View File

@ -23,8 +23,8 @@
#Disable laptop screen if closed, --reload is important
set $laptop eDP-1
bindswitch --reload lid:on output $laptop disable
bindswitch --reload lid:off output $laptop enable
bindswitch --reload lid:on output $laptop disable; reload
bindswitch --reload lid:off output $laptop enable; reload
# Backlight settings for laptops
exec sudo light -N 1

View File

@ -25,4 +25,4 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4\x37\0\0\x4\xa1\0\0\x1\x63\0\0\a\x7f\0\0\x4 \0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4\x37)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\xaa\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4\x37)

View File

@ -1,4 +1,5 @@
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_SCALE_FACTOR=1
export QPA_PLATFORM=wayland
export PATH=$PATH:~/.local/bin