diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-26 08:08:54 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-26 08:08:54 +0800 |
commit | 371ca4be38aff61047e1a2249f5d87d1a214952d (patch) | |
tree | 4b6928d45f8d8e411873c78c99aabd795ad39708 /X11 | |
parent | aa4f32a2eec77e95f53788de010c2c74ac050ea8 (diff) |
Update
Diffstat (limited to 'X11')
-rw-r--r-- | X11/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml index 869ec11..279f377 100644 --- a/X11/alacritty/alacritty.yml +++ b/X11/alacritty/alacritty.yml | |||
@@ -23,7 +23,7 @@ window: | |||
23 | 23 | ||
24 | padding: | 24 | padding: |
25 | x: 24 | 25 | x: 24 |
26 | y: 12 | 26 | y: 12 |
27 | 27 | ||
28 | decorations: full | 28 | decorations: full |
29 | startup_mode: Windowed | 29 | startup_mode: Windowed |
@@ -64,7 +64,7 @@ hints: | |||
64 | binding: | 64 | binding: |
65 | key: U | 65 | key: U |
66 | mods: Control|Shift | 66 | mods: Control|Shift |
67 | - regex: "([-0-9\u0040-\u005A\u0061-\u007A]{4,})" | 67 | - regex: "([-_./0-9\u0040-\u005A\u0061-\u007A]{4,})" |
68 | action: Copy | 68 | action: Copy |
69 | post_processing: true | 69 | post_processing: true |
70 | binding: | 70 | binding: |