aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/alacritty/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'X11/alacritty/alacritty.toml')
-rw-r--r--X11/alacritty/alacritty.toml74
1 files changed, 74 insertions, 0 deletions
diff --git a/X11/alacritty/alacritty.toml b/X11/alacritty/alacritty.toml
new file mode 100644
index 0000000..359135e
--- /dev/null
+++ b/X11/alacritty/alacritty.toml
@@ -0,0 +1,74 @@
1import = ["/home/pham/.config/alacritty/colors.toml", "/home/pham/.config/alacritty/fonts.toml"]
2live_config_reload = true
3
4[cursor]
5unfocused_hollow = false
6
7[cursor.style]
8blinking = "On"
9shape = "Block"
10
11[env]
12TERM = "alacritty"
13WINIT_X11_SCALE_FACTOR = "1.0"
14
15[[hints.enabled]]
16command = "xdg-open"
17hyperlinks = true
18post_processing = true
19regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
20
21[hints.enabled.binding]
22key = "K"
23mods = "Control|Shift"
24
25[hints.enabled.mouse]
26enabled = true
27mods = "None"
28
29[[hints.enabled]]
30action = "Copy"
31post_processing = true
32regex = "([-_./0-9@-Za-z]{4,})"
33
34[hints.enabled.binding]
35key = "I"
36mods = "Control|Shift"
37
38[[keyboard.bindings]]
39action = "SemanticRight"
40key = "W"
41mode = "Vi|~Search"
42mods = "None"
43
44[[keyboard.bindings]]
45action = "SemanticLeft"
46key = "B"
47mode = "Vi|~Search"
48mods = "None"
49
50[[keyboard.bindings]]
51action = "ScrollHalfPageDown"
52key = "D"
53mode = "Vi|~Search"
54mods = "Control"
55
56[[keyboard.bindings]]
57action = "ScrollHalfPageUp"
58key = "U"
59mode = "Vi|~Search"
60mods = "Control"
61
62[window]
63decorations = "full"
64dynamic_title = true
65opacity = 1.0
66startup_mode = "Windowed"
67
68[window.dimensions]
69columns = 82
70lines = 18
71
72[window.padding]
73x = 24
74y = 12