From d68ecd30862caf591090b0bfea580950d3b12302 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 16 Jan 2024 01:12:13 -0800 Subject: Remove unnecessary and unwanted visual effects --- oni/home/config/rincewind.scm | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'oni/home/config/rincewind.scm') 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) -- cgit v1.2.3-54-g00ecf