diff --git a/.config/alacritty/alacritty-dark.yml b/.config/alacritty/alacritty-dark.yml index 16f185f..91f77ac 100644 --- a/.config/alacritty/alacritty-dark.yml +++ b/.config/alacritty/alacritty-dark.yml @@ -94,7 +94,7 @@ font: style: Italic # Point size - size: 28 + size: 27 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/alacritty/alacritty-tiny.yaml b/.config/alacritty/alacritty-tiny.yaml index f9c707b..5c9574c 100644 --- a/.config/alacritty/alacritty-tiny.yaml +++ b/.config/alacritty/alacritty-tiny.yaml @@ -207,7 +207,7 @@ visual_bell: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 1.0 +background_opacity: 0.5 # Mouse bindings # diff --git a/.zshrc b/.zshrc index 268aaf1..1168d0a 100644 --- a/.zshrc +++ b/.zshrc @@ -297,6 +297,7 @@ export PATH="./node_modules/.bin:$PATH" ## Wayland export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" +export QT_SCALE_FACTOR=2 export _JAVA_AWT_WM_NONREPARENTING=1 ## Golang