Last active
May 20, 2022 13:54
-
-
Save games647/1eedb6dc9c810b6fe513e3becc034a6a to your computer and use it in GitHub Desktop.
KDE window rule to prevent Origin launcher in steam proton/wine to steal the focus if notifications pop up like achievements, chat message or opening the overlay itself. To import it select window rules in KDE, click import and then import the file below.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Origin no minimize (low enough for notification but still allows dialogs (e.g. close dialog))] | |
Description=Origin no minimize (low enough for notification but still allows dialogs (e.g. close dialog)) | |
fsplevel=1 | |
fsplevelrule=2 | |
skipswitcher=true | |
skipswitcherrule=2 | |
title=Origin | |
titlematch=1 | |
types=1 | |
wmclass=steam_(proton|app_[0-9]) | |
wmclasscomplete=true | |
wmclassmatch=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment