add zen-mode config for wezterm

This commit is contained in:
2024-12-12 21:29:34 -05:00
parent 5757a91a45
commit 91b977c125
3 changed files with 61 additions and 9 deletions
+5 -1
View File
@@ -19,6 +19,10 @@ return {
enabled = true,
font = '16',
},
wezterm = {
enabled = true,
font = '+4',
},
kitty = {
-- INFO: not working in tmux sessions
-- unable to get $KITTY_LISTEN_ON to update on attach
@@ -27,4 +31,4 @@ return {
},
},
},
}
}