make kitty transparent
This commit is contained in:
parent
ad2cafa469
commit
3b3fbf958c
1 changed files with 6 additions and 0 deletions
|
|
@ -162,6 +162,12 @@ window-rule {
|
||||||
default-column-width {}
|
default-column-width {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match app-id=r#"^kitty$"#
|
||||||
|
draw-border-with-background false
|
||||||
|
opacity 0.5
|
||||||
|
}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue