diff options
| author | 2026-05-13 13:43:30 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:30 +0100 | |
| commit | 651ec1f8b7470e2ffac848b4fe99ce7ccdb826dd (patch) | |
| tree | 59982c62e660dae5b1ec5504867bfcac4260f152 /KEYBINDS.md | |
| 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 'KEYBINDS.md')
| -rw-r--r-- | KEYBINDS.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md index 892bbf4..7bf9745 100644 --- a/KEYBINDS.md +++ b/KEYBINDS.md @@ -331,8 +331,9 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed. | `Super+Shift+n` | Dismiss all visible notifications (mark all seen) | | `Super+Ctrl+n` | Restore last dismissed; pop it back into the pending set | | `XF86Favorites` | Notification history picker (Enter re-shows + marks seen, Alt-c copies, Alt-d marks seen) | -| `Super+p` | Clipboard history picker (cliphist + fuzzel) | -| `Super+Shift+p` | Clipboard history delete entry | +| `Super+p` | Clipboard history picker (wofi; Enter pastes, Alt-d deletes) | +| `Super+Shift+p` | Clipboard history delete entry (Enter deletes) | +| `Super+period` | Emoji picker (bemoji → wofi; types + copies) | | `Super+Tab` | Next workspace | | `Super+Shift+Tab` | Previous workspace | | `Super+]` | Focus next window in container (monocle cycling) | |
