bwehbwehbwehbweh

This commit is contained in:
Schrottkatze 2026-03-28 17:28:04 +01:00
commit 2108e5edb4
No known key found for this signature in database
7 changed files with 19 additions and 5 deletions

View file

@ -6,6 +6,7 @@ layer-rule {
window-rule {
match app-id="^signal|Element|org.gnome.Evolution$"
match title="^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$"
match app-id="steam" title="^notificationtoasts_[\\d]+_desktop$"
exclude title="^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$"
exclude is-floating=true
block-out-from "screen-capture"

View file

@ -1,6 +1,7 @@
// handle steam grabbing focus 1000 times on startup
// Edit: FUCK YOU STEAM FUCK YOU STEAM FUCK YOU STEAM
window-rule {
match app-id="steam" title="Steam"
match app-id="steam"
open-focused false
}