Compare commits
No commits in common. "6fe71f8c1c6c357d318a7e11a21285ef72a0752b" and "0e01fbc019b297063cf9bcc521e4a448913ae6f8" have entirely different histories.
6fe71f8c1c
...
0e01fbc019
|
@ -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,8 +49,6 @@ window:
|
|||
# x: 0
|
||||
# y: 0
|
||||
|
||||
opacity: 0.85
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
#dynamic_padding: false
|
||||
|
||||
|
@ -359,7 +357,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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
|
@ -1,3 +0,0 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--enable-features=WebRTCPipeWireCapturer
|
|
@ -1,2 +0,0 @@
|
|||
chooser_type = none
|
||||
output_name = HDMI-A-2
|
|
@ -25,8 +25,4 @@ alias netctl="sudo netctl"
|
|||
alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
|
||||
alias browsh="docker run --rm -it browsh/browsh"
|
||||
|
||||
# kube
|
||||
alias netshoot="kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash"
|
||||
|
||||
# utils
|
||||
alias convert-doc="libreoffice --headless --invisible --norestore --convert-to "
|
||||
|
|
|
@ -24,6 +24,10 @@ 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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
||||
Subproject commit 476f6ca69922c9e67c408ae92dff0eb0ccb8ee51
|
Loading…
Reference in New Issue