feat(ghostty): disable paste protection
This commit is contained in:
parent
41fb0c639a
commit
5fb9b3618b
|
@ -15,6 +15,7 @@ font-size = 15
|
||||||
font-thicken = true
|
font-thicken = true
|
||||||
bold-is-bright = true
|
bold-is-bright = true
|
||||||
|
|
||||||
|
# disable ligatures
|
||||||
font-feature=-calt
|
font-feature=-calt
|
||||||
font-feature=-liga
|
font-feature=-liga
|
||||||
font-feature=-dlig
|
font-feature=-dlig
|
||||||
|
@ -40,3 +41,6 @@ shell-integration = zsh
|
||||||
|
|
||||||
# gtk
|
# gtk
|
||||||
gtk-titlebar = false
|
gtk-titlebar = false
|
||||||
|
|
||||||
|
# paste protection
|
||||||
|
clipboard-paste-protection = false
|
||||||
|
|
Loading…
Reference in New Issue