new laptop

This commit is contained in:
Daniel Lundin 2020-01-12 19:29:18 +01:00
parent 80779d72f2
commit d2cb82149a
3 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,7 @@ font:
style: Italic style: Italic
# Point size # Point size
size: 28 size: 27
# Offset is the extra space around each character. `offset.y` can be thought of # 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. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.

View file

@ -207,7 +207,7 @@ visual_bell:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # 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. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 1.0 background_opacity: 0.5
# Mouse bindings # Mouse bindings
# #

1
.zshrc
View file

@ -297,6 +297,7 @@ export PATH="./node_modules/.bin:$PATH"
## Wayland ## Wayland
export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export QT_SCALE_FACTOR=2
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
## Golang ## Golang