aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/ghostty/config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:18 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:18 +0100
commitd00bf2cb2d5087164fa509a4f20a2be62a519044 (patch)
treee788986ca341fa7a9d7327b48c58d2e0c0c43115 /dot_config/ghostty/config
parent9b2af4dd6c73ea57cc921f41120db7a2700e806d (diff)
downloaddotfiles-d00bf2cb2d5087164fa509a4f20a2be62a519044.tar.gz
dotfiles-d00bf2cb2d5087164fa509a4f20a2be62a519044.tar.bz2
dotfiles-d00bf2cb2d5087164fa509a4f20a2be62a519044.zip
refactor: restructure to chezmoi source state
Rename home/ contents to chezmoi naming conventions: - dot_ prefix for dotfiles and dot-dirs - private_dot_ for .gnupg and .ssh directories - private_ for 0600 files (nym.pub) - executable_ for scripts in .local/bin and display-toggle.sh - symlink_ for mimeapps.list symlink
Diffstat (limited to 'dot_config/ghostty/config')
-rw-r--r--dot_config/ghostty/config37
1 files changed, 37 insertions, 0 deletions
diff --git a/dot_config/ghostty/config b/dot_config/ghostty/config
new file mode 100644
index 0000000..18bb644
--- /dev/null
+++ b/dot_config/ghostty/config
@@ -0,0 +1,37 @@
+# Theme (verify: ghostty +list-themes | grep -i gruvbox)
+theme = Gruvbox Dark
+
+# Cursor — block blink; disable shell integration cursor override
+cursor-style = block
+cursor-style-blink = true
+shell-integration-features = no-cursor
+
+# OSC 52 clipboard for zellij (default is "ask" which prompts each time)
+clipboard-read = allow
+
+# Bell — request urgency hint on BEL so sway/waybar highlight the workspace
+bell-features = attention,title
+
+# Window — no decorations (sway manages windows)
+window-decoration = none
+confirm-close-surface = false
+resize-overlay = never
+
+# Disable built-in tab/split keybinds (zellij handles multiplexing)
+keybind = ctrl+shift+t=unbind
+keybind = ctrl+shift+n=unbind
+keybind = ctrl+shift+o=unbind
+keybind = ctrl+shift+enter=unbind
+keybind = ctrl+shift+page_up=unbind
+keybind = ctrl+shift+page_down=unbind
+
+# Scroll keybinds (for use outside zellij)
+keybind = ctrl+shift+up=scroll_page_lines:-1
+keybind = ctrl+shift+down=scroll_page_lines:1
+# Copy URL under cursor to clipboard (works inside zellij without mouse)
+keybind = ctrl+shift+u=copy_url_to_clipboard
+
+keybind = alt+u=scroll_page_up
+keybind = alt+d=scroll_page_down
+keybind = alt+g=scroll_to_top
+keybind = alt+shift+g=scroll_to_bottom