aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/ghostty
Commit message (Collapse)AuthorAgeFilesLines
* feat: set block blinking cursor in ghosttyLibravatar sommerfeld48 hours1-0/+5
|
* feat: add minimal ghostty terminal configLibravatar sommerfeld48 hours1-0/+26
Minimal Ghostty config for use with zellij multiplexer: - Gruvbox Dark theme (built-in) - No window decorations (bspwm manages windows) - OSC 52 clipboard-read allowed (for zellij clipboard sync) - All built-in tab/split keybinds unbound (zellij handles this) - Scroll keybinds matching alacritty setup (Alt+U/D/G/Shift+G) - Font inherited from fontconfig monospace alias (Fira Code) Removed all redundant-with-defaults options: mouse-hide-while-typing, copy-on-select, clipboard-write, cursor-style-blink, scrollback-limit, gtk-titlebar, gtk-tabs-location, window-save-state (macOS-only)