aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/ghostty
Commit message (Collapse)AuthorAgeFilesLines
* feat: add Ctrl+Shift+u to copy URL under cursor in ghosttyLibravatar sommerfeld48 hours1-0/+3
|
* feat: enable bell urgency hints in ghosttyLibravatar sommerfeld48 hours1-0/+3
|
* chore: remove all X11/Xorg configs and referencesLibravatar sommerfeld48 hours1-1/+1
| | | | | | | | | | | | | | | Removed: - home/.config/{X11,bspwm,sxhkd,polybar,rofi,dunst,sxiv,sx,alacritty} - meta/{x-base,x-de,x-extra} metapackages - barscripts/ (polybar GPU scripts) - nvim sxhkdrc ftplugin and treesitter parser Updated: - mimeapps.list: sxiv → imv - ghostty config: bspwm → sway comment - .zshrc: alacritty → xterm-ghostty in TERM check - .zprofile: removed bspwm from comment - copilot-instructions.md: removed X11 references
* 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)