AutoYADM commit: 2025-03-01 16:15:03
This commit is contained in:
parent
b954cb1204
commit
bc2937b36c
1 changed files with 9 additions and 2 deletions
|
@ -237,8 +237,15 @@ window-rule {
|
|||
// Use this instead if you want them visible on third-party screenshot tools.
|
||||
// block-out-from "screencast"
|
||||
}
|
||||
// Example: enable rounded corners for all windows.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
layer-rule {
|
||||
match namespace="^launcher$"
|
||||
shadow {
|
||||
on
|
||||
}
|
||||
// Fuzzel defaults to 10 px rounded corners.
|
||||
// geometry-corner-radius 10
|
||||
}
|
||||
// Example: enable rounded corners for all windows.// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
geometry-corner-radius 12
|
||||
clip-to-geometry true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue