nope, just needed to do only background
This commit is contained in:
parent
c41b7a2b99
commit
02588ec092
2 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ window-rule {
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"^kitty$"#
|
match app-id=r#"^kitty$"#
|
||||||
draw-border-with-background false
|
draw-border-with-background false
|
||||||
opacity 0.7
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
scrollback_lines = 5000;
|
scrollback_lines = 5000;
|
||||||
|
background_opacity = 0.2;
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue