diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
| commit | dada2f255daaa2fb493ec8c7d47e2a8123aea494 (patch) | |
| tree | 0c0eeb84bb7b6e66a2d7f41cdfd061b25f80cc14 /dotfiles/system/.config/ghostty | |
| parent | d50e5955837788fc69b4d5bc74cb574b859ed31a (diff) | |
refactor(dotfiles): rename system/ to common/ and remove unused configs
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).
Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)
Kept audacious config for potential future use.
Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.config/ghostty')
| -rw-r--r-- | dotfiles/system/.config/ghostty/config | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dotfiles/system/.config/ghostty/config b/dotfiles/system/.config/ghostty/config deleted file mode 100644 index 68f8a15..0000000 --- a/dotfiles/system/.config/ghostty/config +++ /dev/null @@ -1,44 +0,0 @@ -# Ghostty configuration to match st terminal appearance - -# Font configuration (matching st) -font-family = "Berkeley Mono" -font-size = 12 -font-feature = ss01 -font-feature = ss02 -font-feature = ss03 - -# Window appearance -window-padding-x = 2 -window-padding-y = 2 -background-opacity = 0.8 -gtk-titlebar = false - -# Colors (matching st's color scheme) -# Foreground: gray90, Background: black -foreground = d9d9d9 -background = 000000 - -# 16 ANSI colors (matching st config.def.h) -palette = 0=#000000 -palette = 1=#cd0000 -palette = 2=#00cd00 -palette = 3=#cdcd00 -palette = 4=#0000ee -palette = 5=#cd00cd -palette = 6=#00cdcd -palette = 7=#e5e5e5 -palette = 8=#7f7f7f -palette = 9=#ff0000 -palette = 10=#00ff00 -palette = 11=#ffff00 -palette = 12=#5c5cff -palette = 13=#ff00ff -palette = 14=#00ffff -palette = 15=#ffffff - -# Cursor configuration -cursor-color = cccccc -cursor-style = block - -# Keybindings -keybind = shift+enter=text:\x1b\r |
