From 8c91141cf103d1351d648d6a98d1f815a2c860d2 Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Tue, 14 Jul 2026 20:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/xdg-desktop-portal/niri-portals.conf | 5 +++-- {.config/environment.d => .deprecated}/01-proxy.conf | 0 .zshrc | 5 +++-- readme.md | 4 ++++ 4 files changed, 10 insertions(+), 4 deletions(-) rename {.config/environment.d => .deprecated}/01-proxy.conf (100%) diff --git a/.config/xdg-desktop-portal/niri-portals.conf b/.config/xdg-desktop-portal/niri-portals.conf index de52043..b3b3fec 100644 --- a/.config/xdg-desktop-portal/niri-portals.conf +++ b/.config/xdg-desktop-portal/niri-portals.conf @@ -2,6 +2,7 @@ default=gnome;gtk; org.freedesktop.impl.portal.Access=gtk org.freedesktop.impl.portal.Notification=gtk -# gnome 密码框太丑了。 -org.freedesktop.impl.portal.Secret=kwallet +# ~~gnome 密码框太丑了。~~ +# 反正非日用,随便一点也无所谓了。 +# org.freedesktop.impl.portal.Secret=kwallet org.freedesktop.impl.portal.FileChooser=gtk diff --git a/.config/environment.d/01-proxy.conf b/.deprecated/01-proxy.conf similarity index 100% rename from .config/environment.d/01-proxy.conf rename to .deprecated/01-proxy.conf diff --git a/.zshrc b/.zshrc index c84f25c..3d84f56 100644 --- a/.zshrc +++ b/.zshrc @@ -148,8 +148,9 @@ unset key export GPG_TTY=$TTY alias uvenv='source .venv/bin/activate' -alias noproxy='env -u http_proxy -u https_proxy' -alias savebg='cp -v ~/.cache/wallpaper ~/Pictures/img.webp' +#alias noproxy='env -u http_proxy -u https_proxy' +#alias savebg='cp -v ~/.cache/wallpaper ~/Pictures/img.webp' +alias vts_facetrack='openseeface -W 1280 -H 720 --discard-after 0 --scan-every 0 --no-3d-adapt 1 --max-feature-updates 900 -c 0' export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm diff --git a/readme.md b/readme.md index a1393cb..7b59314 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ 都怪雪叶! +> [!note] +> 鉴于我的 Arch 向服务方向过渡(即不再作为日用桌面系统),本仓库或将归档,至少也是不再活跃。 +> 我的配置也只能称作简单而非优雅,好不好看就因人而异了。总之适合自己的才是最好的。 + ## 鸣谢 - 雪叶 [@Vescrity](https://github.com/Vescrity) (Yukitoha) - fizzyizzy05 (Isabelle Jackson)