- supress fuzzel runtime warning
- make use of `gtklock` (still some issues on `swayidle`)
- automatic init kwallet
- misc keyboard bindings (and re-implements)
- sorry for definition messup (
This commit is contained in:
2025-10-13 08:16:59 +08:00
parent c52e9f7bad
commit bce68d73ef
6 changed files with 139 additions and 168 deletions

View File

@@ -12,21 +12,22 @@ so English README only.
## special thanks
- Vescrity (Yukitoha)
- fizzyizzy05 (Isabelle Jackson, xyn)
- fizzyizzy05 (Isabelle Jackson, mtf)
## basic
## requirements
- `niri`, and its optional deps (`yay -Si`).
- `swww` from fizzy dotfiles
- ZshIM from miku installation guide, basically to refer `powerlevel10k` zmodule.
- no `oh-my-zsh`.
- no other plugins from pacman, like `zsh-syntax-highlighting`. they are included in zim by default.
- `powershell-bin` (AUR) to easily trigger `start-process`.
## my later replacements
```
alacritty -> foot
nautilus (gnome files) -> yazi (console)
swaylock -> gtklock
gnome-keyring -> kwallet (kd6)
gnome-keyring -> kwallet (kd6), kwallet-pam (to auto unlock), kwalletmanager (optional)
...
```