Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Update how recbox work
authored
Aug 21, 2019
by
Projekt:Root
Show whitespace changes
Inline
Side-by-side
how-recbox-work.md
View page @
9d25d9e7
...
...
@@ -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:
...
...
...
...