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