diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index 5fb6d83..886efea 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. # TERM: xterm-256color -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns @@ -49,6 +49,8 @@ # x: 0 # y: 0 + opacity: 0.85 + # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -357,7 +359,7 @@ colors: # # 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: 0.85 +#background_opacity: 0.85 #selection: # This string contains all characters that are used as separators for diff --git a/files/.local/bin/sway b/files/.local/bin/sway index c74ad4c..2f42936 100755 --- a/files/.local/bin/sway +++ b/files/.local/bin/sway @@ -24,10 +24,6 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # GTK export CLUTTER_BACKEND=wayland -export GTK_CSD=0 -if [[ -f /usr/lib/libgtk3-nocsd.so.0 ]]; then - export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0 -fi import-gsettings \ gtk-theme:gtk-theme-name \ icon-theme:gtk-icon-theme-name \