diff options
Diffstat (limited to 'oni/home/services/picom.scm')
| -rw-r--r-- | oni/home/services/picom.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/services/picom.scm b/oni/home/services/picom.scm index 723895d..54a3f02 100644 --- a/oni/home/services/picom.scm +++ b/oni/home/services/picom.scm @@ -113,6 +113,9 @@ (wintypes (alist '()) "Window-type-specific settings") + (rounded-corners-exclude + (list '()) + "Specify a list of conditions of windows that should have no rounded corners") (corner-radius (number 0) "Sets the radius of rounded window corners") |
