Commit Graph
9 Commits
Author SHA1 Message Date
rootiest 5970905c08 docs: update links
chore: update gitignore patterns
2026-05-31 00:18:54 -04:00
rootiest 9d34764815 feat(watcher): add scrollback history logging on window/pane close
Introduces watcher.py — a kitty Python watcher that captures terminal
scrollback to ~/.terminal_history/ whenever any window or pane is closed
via Ctrl+D, keybind, or full kitty quit. Works alongside the fish
smart_exit function, which handles graceful shell exits and sets a
user var flag to prevent duplicate logs.

Fixes the kitty.conf watcher directive (removed invalid --type=global
prefix that caused a FileNotFoundError on every kitty startup).
2026-05-30 23:40:53 -04:00
rootiest ad242b09e3 feat(config): add Wayland support, custom font features, and update search
- Enable Wayland as the Linux display server
- Increase background blur from 1 to 64 for frosted-glass effect
- Add detailed OpenType font_features for all four Iosevka Rootiest v2 weights
- Remove kitty_search submodule; replace with built-in search_scrollback
- Update kitty_scrollback_nvim path and add search jump arg to F1 binding
- Add F7 clear_selection binding under text manipulation section
- Update .gitignore with tmp/temp/testing/debug directory patterns
- Sync README to reflect current features and remove stale submodule install steps
2026-05-30 01:25:47 -04:00
rootiest d83a240c6d docs: use new git host url 2026-04-25 21:54:33 -04:00
rootiest 18714414af docs: update readme 2026-04-25 21:50:35 -04:00
rootiest fbb099e131 docs: update README with additional companion tools 2024-11-08 13:14:38 -05:00
rootiest 7805d10dbe ✏️ Fix Documentation
- Update documentation to fix some formatting
2024-07-12 20:37:21 -04:00
rootiest 59facea416 fix: ✏️ Fix typo in title
Changed fish to kitty in title
2024-07-06 09:22:40 -04:00
rootiest cad13e0186 first commit 2024-07-06 09:21:36 -04:00