add zen-mode config for kitty

kitty.conf   - allow remote control
zen-mode.lua - add initial kitty options
This commit is contained in:
2024-11-20 07:11:38 -05:00
parent b898b5e70e
commit 1a2b5068d7
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -12,6 +12,10 @@ return {
enabled = true,
font = "16",
},
kitty = {
enabled = true,
font = "+4",
},
},
},
}