update
This commit is contained in:
parent
88568781f2
commit
1176dd6efb
2 changed files with 9 additions and 6 deletions
|
@ -3,6 +3,7 @@ dpi-aware=no
|
||||||
|
|
||||||
# Gruvbox Material
|
# Gruvbox Material
|
||||||
[colors]
|
[colors]
|
||||||
|
alpha=0.9
|
||||||
background=1d2021
|
background=1d2021
|
||||||
foreground=d4be98
|
foreground=d4be98
|
||||||
regular0=32302f
|
regular0=32302f
|
||||||
|
@ -25,3 +26,6 @@ bright7=d4be98
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
scrollback-up-line=Control+Shift+k
|
scrollback-up-line=Control+Shift+k
|
||||||
scrollback-down-line=Control+Shift+j
|
scrollback-down-line=Control+Shift+j
|
||||||
|
|
||||||
|
[csd]
|
||||||
|
hide-when-maximized=yes
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
export \
|
#export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
QT_QPA_PLATFORMTHEME="qt5ct" \
|
#export GTK_THEME="Materia:dark"
|
||||||
CM_SELECTIONS="clipboard" \
|
#export XCURSOR_THEME="Adwaita"
|
||||||
GTK_THEME="Materia:dark" \
|
export CM_SELECTIONS="clipboard"
|
||||||
XCURSOR_THEME="Adwaita" \
|
export CM_MAX_CLIPS=10
|
||||||
CM_MAX_CLIPS=10
|
|
||||||
|
|
Loading…
Reference in a new issue