aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/alacritty/alacritty.toml
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
commit28651e0c6da48de4763188180568c65a89f7708f (patch)
treefb4bb77f69dc3c74d674f1392f92aef5450ec047 /home/.config/alacritty/alacritty.toml
parentf00a83257176cde1c6350a901fca89622938ebc8 (diff)
downloaddotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.gz
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.bz2
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.zip
chore: remove all X11/Xorg configs and references
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
Diffstat (limited to 'home/.config/alacritty/alacritty.toml')
-rw-r--r--home/.config/alacritty/alacritty.toml106
1 files changed, 0 insertions, 106 deletions
diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml
deleted file mode 100644
index eef1443..0000000
--- a/home/.config/alacritty/alacritty.toml
+++ /dev/null
@@ -1,106 +0,0 @@
-[general]
-live_config_reload = true
-
-# Default colors
-[colors.primary]
-# hard contrast background = = '#1d2021'
-background = '#282828'
-# soft contrast background = = '#32302f'
-foreground = '#ebdbb2'
-
-# Normal colors
-[colors.normal]
-black = '#282828'
-red = '#cc241d'
-green = '#98971a'
-yellow = '#d79921'
-blue = '#458588'
-magenta = '#b16286'
-cyan = '#689d6a'
-white = '#a89984'
-
-# Bright colors
-[colors.bright]
-black = '#928374'
-red = '#fb4934'
-green = '#b8bb26'
-yellow = '#fabd2f'
-blue = '#83a598'
-magenta = '#d3869b'
-cyan = '#8ec07c'
-white = '#ebdbb2'
-
-[cursor]
-blink_interval = 500
-blink_timeout = 0
-
-[env]
-WINIT_X11_SCALE_FACTOR = "1.0"
-
-[cursor.style]
-blinking = "On"
-
-[terminal]
-osc52 = "CopyPaste"
-
-[[keyboard.bindings]]
-action = "SpawnNewInstance"
-key = "Return"
-mods = "Control|Shift"
-
-[[keyboard.bindings]]
-action = "ScrollLineUp"
-key = "Up"
-mods = "Control|Shift"
-
-[[keyboard.bindings]]
-action = "ScrollLineDown"
-key = "Down"
-mods = "Control|Shift"
-
-[[keyboard.bindings]]
-action = "ScrollPageUp"
-key = "U"
-mods = "Alt"
-
-[[keyboard.bindings]]
-action = "ScrollPageDown"
-key = "D"
-mods = "Alt"
-
-[[keyboard.bindings]]
-action = "ScrollToTop"
-key = "G"
-mods = "Alt"
-
-[[keyboard.bindings]]
-action = "ScrollToBottom"
-key = "G"
-mods = "Alt|Shift"
-
-[[hints.enabled]]
-command = "xdg-open"
-hyperlinks = true
-post_processing = true
-persist = false
-mouse.enabled = true
-binding = { key = "O", mods = "Control|Shift" }
-regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩‘\\\\]+"
-
-[[hints.enabled]]
-regex = " /[0-9a-zA-Z/\\-_\\.]+(:\\d*){0,2}"
-command.program = "linkhandler"
-post_processing = true
-mouse.enabled = true
-
-[[hints.enabled]]
-regex = "^/[0-9a-zA-Z/\\-_\\.]+(:\\d*){0,2}"
-command.program = "linkhandler"
-post_processing = true
-mouse.enabled = true
-
-[[hints.enabled]]
-regex = "[0-9a-zA-Z/\\-_\\.]+:(\\d+)(:\\d*)?"
-command.program = "linkhandler"
-post_processing = true
-mouse.enabled = true