search for: compizrc

Displaying 2 results from an estimated 2 matches for "compizrc".

Did you mean: compiz
2007 Aug 13
0
[PATCH] Add _display when it's not a screen specific setting.
...994,6 +996,8 @@ writeSetting (CCSContext *c, group += "_screen"; group += QString::number (setting->screenNum); } + else + group += "_display"; cfg->setGroup (group); -- 1.5.2.4 --=-JKJEo0QaMHFoQml1BvGW Content-Disposition: attachment; filename=0005-compizrc-is-not-a-simple-config.patch Content-Type: application/mbox; name=0005-compizrc-is-not-a-simple-config.patch Content-Transfer-Encoding: 7bit
2007 Jul 12
1
Read commandline defaults from a file?
Right now compiz has hardcoded defaults for command line options like direct vs indirect rendering etc. Because most users use scripts like gnome-wm to start compiz its not that easy for them to change this options. My solution would be to have a file (~/.compizrc) where the default values are saved. So that compiz checks for the file first and pic up this values. If no file is found it fails back to the hardcoded one. Would this cause any problems? If not I can implement it and send patches.