diff options
| author | 2026-05-13 13:43:30 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:30 +0100 | |
| commit | 651ec1f8b7470e2ffac848b4fe99ce7ccdb826dd (patch) | |
| tree | 59982c62e660dae5b1ec5504867bfcac4260f152 /dot_config/wofi/config | |
| parent | 0a5c53a1198e9645501ec17af06478e0efb3bcc3 (diff) | |
| download | dotfiles-651ec1f8b7470e2ffac848b4fe99ce7ccdb826dd.tar.gz dotfiles-651ec1f8b7470e2ffac848b4fe99ce7ccdb826dd.tar.bz2 dotfiles-651ec1f8b7470e2ffac848b4fe99ce7ccdb826dd.zip | |
feat: vim nav in wofi, bemoji, clip picker, webcam glyph fix
- wofi config: key_up/key_down accept Up,k / Down,j; Ctrl-u/Ctrl-d for
page jumps. Picker scripts auto-load this since they only pass --style.
- waybar webcam glyph: U+F0D5D (camera/photo, looked Instagram-y) ->
U+F0567 nf-md-video (handheld video camera).
- Clipboard picker migrated from fuzzel to wofi for consistency with the
notification picker. New driver dot_config/waybar/clip-picker.sh:
pick (Mod+p) Enter pastes, Alt-d deletes
delete (Mod+Shift+p) Enter deletes
No clipboard "read" indicator: Wayland has no API for observing reads.
- Emoji picker: bemoji on Mod+period, driven through wofi (so vim nav
applies there too) and configured to type + copy via wtype.
- LibreWolf flatpak: --device=all override so v4l2 webcams work. Flatpak
has no finer-grained device flag.
- KEYBINDS.md updated: Mod+p / Mod+Shift+p now describe wofi behavior;
Mod+period documented.
Diffstat (limited to 'dot_config/wofi/config')
| -rw-r--r-- | dot_config/wofi/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_config/wofi/config b/dot_config/wofi/config new file mode 100644 index 0000000..a62893c --- /dev/null +++ b/dot_config/wofi/config @@ -0,0 +1,8 @@ +# Wofi config (loaded automatically from ~/.config/wofi/config). +# Vim nav alongside arrow keys, page-jumps with Ctrl-u/Ctrl-d. +# Comma-separated key lists are supported by wofi >= 1.4. + +key_up=Up,k +key_down=Down,j +key_pgup=Page_Up,Ctrl-u +key_pgdn=Page_Down,Ctrl-d |
