重写 startb;补点中文注释;删减多余的定时模板

为啥又中文了?英文太长,中英夹杂键起来别扭。

不会真有人用我原始人般的配置吧?
This commit is contained in:
2026-03-24 03:08:10 +08:00
parent 8b9589c8c9
commit a1a0c2bdb6
17 changed files with 78 additions and 332 deletions

View File

@@ -15,4 +15,4 @@ for item in $(ls $desktop); do
done
fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/")
[ -z "$fsarg" ] || startb -- code "$desktop/$fsarg"
[ -z "$fsarg" ] || startb code "$desktop/$fsarg"