Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
......@@ -151,11 +151,15 @@ If you want to add or remove items for these categories make changes here. This
## Compositor – Compton:
As almost everything in RecBox Compton have separate configurations in exception for Alternative mode which uses Daily Compton configuration.
`.config/openbox/compton-configs/`
* compton.daily
* compton.studio
To change configuration for different modes, make changes in rb-workflow.sh script.
If you want to use same compositor configuration in all modes just delete or comment this lines:
```
...
echo -e "${GREEN}=>${RESETCOLOR} Manjaro Compositor configuration..."
echo -e "${RED}>${RESETCOLOR} disabling shadows\n"
sed -i 's/shadow = true/shadow = false/g' ~/.config/compton.conf
...
```
## Redshift:
......
......