diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-06 21:42:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-06 21:42:11 +0000 |
commit | bbd15b6d4cc5ee304eaf09449069c7c7c9cfbbbe (patch) | |
tree | d84b4cfb76c5d7891b7e4f417af0ff5cfacbbb0d | |
parent | 1246e0a69ee389910f7aa31b66dc04e177262eb4 (diff) | |
download | tdebase-bbd15b6d4cc5ee304eaf09449069c7c7c9cfbbbe.tar.gz tdebase-bbd15b6d4cc5ee304eaf09449069c7c7c9cfbbbe.zip |
Allow the display configuration test dialog to steal focus
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kwin/data/fsp_workarounds_1.kwinrules | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/kwin/data/fsp_workarounds_1.kwinrules b/kwin/data/fsp_workarounds_1.kwinrules index b0cf0daab..b975d2785 100644 --- a/kwin/data/fsp_workarounds_1.kwinrules +++ b/kwin/data/fsp_workarounds_1.kwinrules @@ -48,5 +48,18 @@ wmclass=kdesktop wmclasscomplete=false wmclassmatch=1 +[3] +Description=(Default) Allow focus stealing by the settings test dialog +fsplevel=0 +fsplevelrule=2 +title=Confirm Display Settings - KDE Control Module +titlematch=0 +types=32 +windowrole=mainktimerdialog +windowrolematch=1 +wmclass= +wmclasscomplete=false +wmclassmatch=0 + [General] -count=2 +count=3 |