diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2020-07-17 07:55:02 -0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2020-07-17 07:55:02 -0400 |
| commit | be9e153ae1efb20077ac519ae1374c47ab5b5e60 (patch) | |
| tree | dd1eb53ceb4e2100c3ae953363264110dc2c63e4 /.config/compton | |
| parent | c15360bdd76eadf62cc1ac7ccb03e17ec250b024 (diff) | |
Changed openbox config so it now uses my script to make screenshots and also removed shadows of maim when compton is running
Diffstat (limited to '.config/compton')
| -rw-r--r-- | .config/compton/compton.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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" ] |