diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 475f94c..c27412f 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -235,30 +235,9 @@ '((dnd (shadow . #f)) (dock (shadow . #f)))) (corner-radius 15) - (inactive-opacity 75) - (active-opacity 95) - (frame-opacity 100) - (inactive-opacity-override #t) - (opacity-rule - '("100:name *?= '(Meeting) | Microsoft Teams'" - "100:name *?= 'freerdp'")) - (blur-background #t) - (blur-background-frame #t) - (blur - '((method . "dual_kawase") - (strength . 6.9))) - (blur-background-fixed #t) - (blur-background-exclude - '("name *= 'rofi'" - "class_g = 'i3lock'")) - (focus-exclude - '("name *= 'rofi'" - "class_g = 'i3lock'")) - (fading #t) - (fade-exclude - `("class_g = 'i3lock'")) - (fade-in-step 3) - (fade-out-step 3)))) + (blur-background #f) + (blur-background-frame #f) + (fading #f)))) (define my-emacs emacs-next-tree-sitter)