Include window specific settings in Alt+F3/Configure .
svn path=/trunk/kdebase/kwin/; revision=335896
This commit is contained in:
parent
0773ba28e0
commit
72504ad4a4
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ QStringList Workspace::configModules(bool controlCenter)
|
|||
if (controlCenter)
|
||||
args << "kde-kwinoptions.desktop";
|
||||
else if (kapp->authorizeControlModule("kde-kwinoptions.desktop"))
|
||||
args << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced";
|
||||
args << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced" << "kwinrules";
|
||||
return args;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue