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
+3 -3
View File
@@ -1095,7 +1095,7 @@ background_blur 0
#: multiplicative with background_tint, it can be used to lighten the
#: tint over the window gaps for a *separated* look.
# dim_opacity 0.4
dim_opacity 0.4
#: How much to dim text that has the DIM/FAINT attribute set. One
#: means no dimming and zero means fully dimmed (i.e. invisible).
@@ -1255,7 +1255,7 @@ background_blur 0
#: See rc_custom_auth <https://sw.kovidgoyal.net/kitty/remote-
#: control/#rc-custom-auth> for details.
# allow_remote_control no
allow_remote_control socket-only
#: Allow other programs to control kitty. If you turn this on, other
#: programs can control all aspects of kitty, including sending text
@@ -1284,7 +1284,7 @@ background_blur 0
#: yes
#: Remote control requests are always accepted.
# listen_on none
listen_on unix:/tmp/kitty
#: Listen to the specified socket for remote control connections. Note
#: that this will apply to all kitty instances. It can be overridden
+4
View File
@@ -12,6 +12,10 @@ return {
enabled = true,
font = "16",
},
kitty = {
enabled = true,
font = "+4",
},
},
},
}