Commit Graph
11 Commits
Author SHA1 Message Date
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 c3a4adb9f1 fix: finalize clean-up 2026-04-25 21:41:21 -04:00
rootiest 2c41ff7630 fix: cleaned-up config 2026-04-25 21:34:02 -04:00
rootiest 0958b603d1 feat: old version - pre-cleanup 2026-04-25 21:21:40 -04:00
rootiest a239074287 feat: add cursor trail setting for enhanced visibility 2024-11-08 12:46:41 -05:00
rootiest da2b57c1e6 Update Keymap
- Removes static '/home/rootiest' path
- All config options now universal
2024-07-23 22:53:10 -04:00
rootiest d8c3565fa8 🏠 Fix Home Path
- Fixes home path in most options
- TODO:
  - keymaps will need to be fixed using a different method
2024-07-23 22:34:10 -04:00
rootiest 86eb4d5292 🏠 Must use absolute paths
- Revert configs to use absolute paths
- This will be handled in chezmoi instead
2024-07-20 20:33:59 -04:00
rootiest 8a7327999e Cleanup
- Reorganize and remove irrelevant options
2024-07-19 08:54:14 -04:00
rootiest cad13e0186 first commit 2024-07-06 09:21:36 -04:00