This commit is contained in:
2026-03-21 20:48:32 -07:00
parent 145263904a
commit fb2be7f84b
3 changed files with 5 additions and 1 deletions

View File

@@ -150,6 +150,9 @@ trust_level = "trusted"
[projects."/home/sudacode/.config/mpv-modules/ModernZ"] [projects."/home/sudacode/.config/mpv-modules/ModernZ"]
trust_level = "trusted" trust_level = "trusted"
[projects."/home/sudacode/.local/share/Anki2/addons21"]
trust_level = "trusted"
[notice.model_migrations] [notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4" "gpt-5.3-codex" = "gpt-5.4"

View File

@@ -4,7 +4,7 @@ language=en
# set layout: "modern" or "modern-compact" # set layout: "modern" or "modern-compact"
layout=modern layout=modern
# set icon theme. accepts fluent or material # set icon theme. accepts fluent or material
icon_theme=material icon_theme=fluent
# set icon style. accepts mixed, filled, outline # set icon style. accepts mixed, filled, outline
icon_style=mixed icon_style=mixed
# font for the OSC (default: mpv-osd-symbols or the one set in mpv.conf) # font for the OSC (default: mpv-osd-symbols or the one set in mpv.conf)

View File

@@ -12,6 +12,7 @@ export XDG_SESSION_DESKTOP=Hyprland
export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export QT_QPA_PLATFORMTHEME=hyprqt6engine export QT_QPA_PLATFORMTHEME=hyprqt6engine
export QT_STYLE_OVERRIDE=kvantum
export GTK_THEME=Ant-Dracula export GTK_THEME=Ant-Dracula
export XDG_CONFIG_HOME=$HOME/.config export XDG_CONFIG_HOME=$HOME/.config
export COMPOSE_BAKE=true export COMPOSE_BAKE=true