diff options
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" } |