This commit is contained in:
tavo 2025-04-18 11:33:16 -06:00
parent 88568781f2
commit 1176dd6efb
2 changed files with 9 additions and 6 deletions
foot
shell/profile.d

View file

@ -3,6 +3,7 @@ dpi-aware=no
# Gruvbox Material
[colors]
alpha=0.9
background=1d2021
foreground=d4be98
regular0=32302f
@ -25,3 +26,6 @@ bright7=d4be98
[key-bindings]
scrollback-up-line=Control+Shift+k
scrollback-down-line=Control+Shift+j
[csd]
hide-when-maximized=yes

View file

@ -1,6 +1,5 @@
export \
QT_QPA_PLATFORMTHEME="qt5ct" \
CM_SELECTIONS="clipboard" \
GTK_THEME="Materia:dark" \
XCURSOR_THEME="Adwaita" \
CM_MAX_CLIPS=10
#export QT_QPA_PLATFORMTHEME="qt5ct"
#export GTK_THEME="Materia:dark"
#export XCURSOR_THEME="Adwaita"
export CM_SELECTIONS="clipboard"
export CM_MAX_CLIPS=10