diff options
-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 |