diff --git a/sway/.config/sway/config b/sway/.config/sway/config index deecac0..b372176 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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 diff --git a/theme/.config/qt5ct/qt5ct.conf b/theme/.config/qt5ct/qt5ct.conf index ee69ca2..4a1e1b8 100644 --- a/theme/.config/qt5ct/qt5ct.conf +++ b/theme/.config/qt5ct/qt5ct.conf @@ -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) diff --git a/zsh/.zshrc b/zsh/.zshrc index b9378cb..a26fceb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,5 @@ export QT_QPA_PLATFORMTHEME=qt5ct +export QT_SCALE_FACTOR=1 export QPA_PLATFORM=wayland export PATH=$PATH:~/.local/bin