diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-29 11:39:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-29 11:39:28 -0600 |
commit | 7cf0c0b4b853fea6c30f26e2627723216c97ccee (patch) | |
tree | 42e2ffedc9d3af9c15c71225e727ed62a1cffd1d /twin | |
parent | 17b142dd646ce4053f4548c0ff7b189531219c32 (diff) | |
download | tdebase-7cf0c0b4b853fea6c30f26e2627723216c97ccee.tar.gz tdebase-7cf0c0b4b853fea6c30f26e2627723216c97ccee.zip |
Fix kdesktop_lock bad visual appearance due to incorrect focus stealing settings
Diffstat (limited to 'twin')
-rw-r--r-- | twin/data/fsp_workarounds_1.twinrules | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/twin/data/fsp_workarounds_1.twinrules b/twin/data/fsp_workarounds_1.twinrules index a83466e2f..c5be36548 100644 --- a/twin/data/fsp_workarounds_1.twinrules +++ b/twin/data/fsp_workarounds_1.twinrules @@ -38,6 +38,17 @@ wmclasscomplete=true wmclassmatch=3 [2] +Description=(Default) Allow focus stealing by the screen locker +fsplevel=0 +fsplevelrule=2 +title=Desktop Session Locked +titlematch=0 +types=32 +wmclass=kdesktop_lock +wmclasscomplete=false +wmclassmatch=1 + +[3] Description=(Default) Allow focus stealing by the kdesktop run dialog fsplevel=0 fsplevelrule=2 @@ -48,7 +59,7 @@ wmclass=kdesktop wmclasscomplete=false wmclassmatch=1 -[3] +[4] Description=(Default) Allow focus stealing by the settings test dialog fsplevel=0 fsplevelrule=2 @@ -61,7 +72,7 @@ wmclass= wmclasscomplete=false wmclassmatch=0 -[4] +[5] Description=(Default) Hide system modal dialog class from taskbar fsplevel=0 fsplevelrule=2 @@ -77,4 +88,4 @@ wmclasscomplete=false wmclassmatch=0 [General] -count=4 +count=5 |