diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-13 21:58:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-13 21:58:47 +0800 |
commit | 659b2fc761b1af19aac47edb81c2797be9b52c7e (patch) | |
tree | 47ba81b07ad84fe15e195d4cae6616338d87e456 /X11/alacritty | |
parent | 654997703f95d2921935ee9c899b1dbdde7b6eab (diff) |
Update
Diffstat (limited to 'X11/alacritty')
-rw-r--r-- | X11/alacritty/alacritty.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/X11/alacritty/alacritty.toml b/X11/alacritty/alacritty.toml index 04e517c..544a3e0 100644 --- a/X11/alacritty/alacritty.toml +++ b/X11/alacritty/alacritty.toml | |||
@@ -1,5 +1,3 @@ | |||
1 | import = ["/home/pham/.config/alacritty/colors.toml", "/home/pham/.config/alacritty/fonts.toml"] | ||
2 | live_config_reload = true | ||
3 | 1 | ||
4 | [cursor] | 2 | [cursor] |
5 | unfocused_hollow = false | 3 | unfocused_hollow = false |
@@ -81,3 +79,7 @@ y = 12 | |||
81 | [font] | 79 | [font] |
82 | offset.x = 0 | 80 | offset.x = 0 |
83 | offset.y = 0 | 81 | offset.y = 0 |
82 | |||
83 | [general] | ||
84 | live_config_reload = true | ||
85 | import = ["/home/pham/.config/alacritty/colors.toml", "/home/pham/.config/alacritty/fonts.toml"] | ||