summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-30 23:12:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-30 23:12:52 +0000
commit5ee66bc400aefe2e38c845da144764545d4e25a0 (patch)
tree5664c97cd6c24356036cd5b58f4d0eae7b81fcd3
parent53790308bbebda7fbd4d7249abf33e3972a5dfc0 (diff)
downloadtdebase-5ee66bc4.tar.gz
tdebase-5ee66bc4.zip
Fix run command not accepting focus when Firefox is running and active on the current screen
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1250369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kwin/data/fsp_workarounds_1.kwinrules13
1 files changed, 12 insertions, 1 deletions
diff --git a/kwin/data/fsp_workarounds_1.kwinrules b/kwin/data/fsp_workarounds_1.kwinrules
index 11aa0b563..a8e73a471 100644
--- a/kwin/data/fsp_workarounds_1.kwinrules
+++ b/kwin/data/fsp_workarounds_1.kwinrules
@@ -37,5 +37,16 @@ wmclass=^xv .*
wmclasscomplete=true
wmclassmatch=3
+[2]
+Description=Allow focus stealing by the kdesktop run dialog
+fsplevel=0
+fsplevelrule=2
+title=Run Command
+titlematch=0
+types=32
+wmclass=kdesktop
+wmclasscomplete=false
+wmclassmatch=1
+
[General]
-count=1
+count=2