Compare commits
2 Commits
0e01fbc019
...
6fe71f8c1c
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | 6fe71f8c1c | |
Massaki Archambault | 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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
|
@ -0,0 +1,3 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--enable-features=WebRTCPipeWireCapturer
|
|
@ -0,0 +1,2 @@
|
|||
chooser_type = none
|
||||
output_name = HDMI-A-2
|
|
@ -25,4 +25,8 @@ 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,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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 476f6ca69922c9e67c408ae92dff0eb0ccb8ee51
|
||||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
Loading…
Reference in New Issue