Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.5:Update
compiz-manager
compiz-manager-setup.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File compiz-manager-setup.patch of Package compiz-manager
--- a/compiz-manager +++ b/compiz-manager @@ -63,9 +63,19 @@ fi FALLBACKWM_OPTIONS="--replace $@" COMPIZ_OPTIONS="--ignore-desktop-hints --replace" -COMPIZ_PLUGINS="" +# Those are bare minimum plugins. anything else might want to be enabled / disabled by users. +COMPIZ_PLUGINS="core ccp decoration move resize" ENV="" +#If the user does not yet have a populated Default.ini, we'll drop a default in his config directory. +if [ -z "$XDG_CONFIG_HOME" ]; then + XDG_CONFIG_HOME="$HOME/.config" +fi + +if [ ! -s "$XDG_CONFIG_HOME/compiz/compizconfig-1/Default.ini" ]; then + install -Dm 0644 "/usr/share/compiz-manager/config.skel" "$XDG_CONFIG_HOME/compiz/compizconfig-1/Default.ini" +fi + # Allow forcing Emerald. USE_EMERALD="${USE_EMERALD:-no}"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor