update alacritty config format, remove gtk-nocsd
This commit is contained in:
parent
0e01fbc019
commit
98405b940b
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue