From be9e153ae1efb20077ac519ae1374c47ab5b5e60 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 17 Jul 2020 07:55:02 -0400 Subject: Changed openbox config so it now uses my script to make screenshots and also removed shadows of maim when compton is running --- .config/compton/compton.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/compton') diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 710eda7..bb922be 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -3,5 +3,6 @@ popup_menu = { shadow = false; }; utility = { shadow = false; }; shadow-exclude = [ "i:e:plank", - "i:e:polybar" + "i:e:polybar", + "n:a:slop" ] -- cgit v1.2.3