Skip to content

Commit

Permalink
#266 Disable clipboard preview by default
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Mar 14, 2023
1 parent 0a6602d commit 99ad4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ R"==(
<tile=""/> <!-- True color ANSI-art with gradients can be used here. -->
</background>
<clipboard>
<preview enabled=true size=80x25 bgc=bluedk fgc=whitelt>
<preview enabled=no size=80x25 bgc=bluedk fgc=whitelt>
<alpha=0xFF/> <!-- Preview alpha is applied only to the ansi/rich/html text type -->
<timeout=3s/> <!-- Preview hiding timeout. Set it to zero to disable hiding. -->
<shadow=7 /> <!-- Preview shadow strength (0-10). -->
Expand Down

0 comments on commit 99ad4dd

Please sign in to comment.