aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:50 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:50 +0100
commit2f0c98f7ea12195d9e679b7574e40ea14efe063a (patch)
tree0b3ffb1a225de26e22f971add3293a6aec404be2
parent923630f8f0e6d10888a227fd8b4ddac5fe382f54 (diff)
downloaddotfiles-2f0c98f7ea12195d9e679b7574e40ea14efe063a.tar.gz
dotfiles-2f0c98f7ea12195d9e679b7574e40ea14efe063a.tar.bz2
dotfiles-2f0c98f7ea12195d9e679b7574e40ea14efe063a.zip
chore: clean up alacritty minor options
- Enable live_config_reload (apply config changes without restart) - Remove WINIT_X11_SCALE_FACTOR env override (no longer needed) - Add terminal.osc52 = CopyPaste for full clipboard via OSC 52 (used by zellij for clipboard sync)
-rw-r--r--home/.config/alacritty/alacritty.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml
index 552d674..d9e460a 100644
--- a/home/.config/alacritty/alacritty.toml
+++ b/home/.config/alacritty/alacritty.toml
@@ -1,5 +1,5 @@
[general]
-live_config_reload = false
+live_config_reload = true
# Default colors
[colors.primary]
@@ -34,12 +34,12 @@ white = '#ebdbb2'
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"