From 360a02f99e86cba9292138dc664aca67daeb896c Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 6 Apr 2020 16:39:15 +0530 Subject: why tho --- compton/.config/compton.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compton/.config/compton.conf') diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 09e44e6..6c99fcc 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -1,8 +1,8 @@ ## SHADOWS shadow = true; shadow-radius = 0.5; -shadow-offset-x = 1; -shadow-offset-y = 1; +shadow-offset-x = 3; +shadow-offset-y = 3; shadow-opacity = 0.65; log-level = "warn"; shadow-exclude = [ @@ -15,7 +15,7 @@ shadow-exclude = [ "name = 'Polybar tray window'", "class_g ?= 'Rofi'", "class_g ?= 'dwm'", - "class_g = 'firefox' && argb", + "class_g = 'Firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; @@ -36,7 +36,7 @@ blur-background-exclude = [ opacity-rule = [ "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", "100:class_g = 'URxvt' && focused", - "85:class_g = 'URxvt' && !focused" + "95:class_g = 'URxvt' && !focused" ]; ## FADING -- cgit v1.2.3