diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 21:42:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 21:42:49 +0200 |
commit | c3c788067a3bb088f274d0c219323eacf1b1eda4 (patch) | |
tree | 356d0b7724a7d81268dbfde20aebded4c2b9737b | |
parent | eeb84ae202aad36a561ad5198271a01f7122ca8d (diff) | |
download | nixos-c3c788067a3bb088f274d0c219323eacf1b1eda4.tar nixos-c3c788067a3bb088f274d0c219323eacf1b1eda4.tar.gz nixos-c3c788067a3bb088f274d0c219323eacf1b1eda4.tar.bz2 nixos-c3c788067a3bb088f274d0c219323eacf1b1eda4.tar.xz nixos-c3c788067a3bb088f274d0c219323eacf1b1eda4.zip |
gkleen@sif: more alacritty
-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 | } |