nope, just needed to do only background

This commit is contained in:
Noa Aarts 2024-11-19 00:30:42 +01:00
parent c41b7a2b99
commit 02588ec092
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 1 additions and 1 deletions

View file

@ -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.

View file

@ -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;