diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/alacritty.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/alacritty.nix b/accounts/gkleen@sif/alacritty.nix index 883c85b7..3d69d292 100644 --- a/accounts/gkleen@sif/alacritty.nix +++ b/accounts/gkleen@sif/alacritty.nix | |||
@@ -1,6 +1,8 @@ | |||
1 | { | 1 | { |
2 | font.size = 5.5; | 2 | font.size = 5.5; |
3 | 3 | ||
4 | window.dynamic_padding = true; | ||
5 | |||
4 | colors = { | 6 | colors = { |
5 | primary.foreground = "#d9d9d9"; | 7 | primary.foreground = "#d9d9d9"; |
6 | primary.background = "#000000"; | 8 | primary.background = "#000000"; |
@@ -36,4 +38,6 @@ | |||
36 | duration = 50; | 38 | duration = 50; |
37 | color = "#000000"; | 39 | color = "#000000"; |
38 | }; | 40 | }; |
41 | |||
42 | hints.alphabet = "uhetonas"; | ||
39 | } | 43 | } |