diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-30 23:12:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-30 23:12:52 +0000 |
commit | 5ee66bc400aefe2e38c845da144764545d4e25a0 (patch) | |
tree | 5664c97cd6c24356036cd5b58f4d0eae7b81fcd3 /kwin | |
parent | 53790308bbebda7fbd4d7249abf33e3972a5dfc0 (diff) | |
download | tdebase-5ee66bc400aefe2e38c845da144764545d4e25a0.tar.gz tdebase-5ee66bc400aefe2e38c845da144764545d4e25a0.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
Diffstat (limited to 'kwin')
-rw-r--r-- | kwin/data/fsp_workarounds_1.kwinrules | 13 |
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 |