diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 20:54:18 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 20:54:18 -0700 |
| commit | c9502bb80e60830b0e21d21a04971102687c9f99 (patch) | |
| tree | 4317397406c628070ef7b501b3b45cdd8d87fc6a /context.json | |
| parent | c37c53992dc09287915f7db4d58aedf844ede220 (diff) | |
| download | dots-c9502bb80e60830b0e21d21a04971102687c9f99.tar.gz dots-c9502bb80e60830b0e21d21a04971102687c9f99.zip | |
Moar linux theming
Diffstat (limited to 'context.json')
| -rw-r--r-- | context.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/context.json b/context.json index 1f0d647..30a2bed 100644 --- a/context.json +++ b/context.json @@ -135,6 +135,14 @@ "env": { "PINENTRY_USER_DATA": "PINENTRY_USE_QT" }, + "theme": { + "alacritty": { + "font": { + "name": "Lilex Nerd Font", + "size": 11 + } + } + }, "paths": { "prefix": {}, "suffix": {} @@ -145,6 +153,7 @@ "window_manager": { "key": { "mod": "Mod1", + "sup": "Mod4", "mov": "Shift", "ed": "ctrl" } |
