optimize: cleaned up redundancies
This commit is contained in:
@@ -23,6 +23,34 @@
|
||||
"workspace special:steam silent, class:^(steam)$"
|
||||
"noinitialfocus, class:^(steam)$"
|
||||
"suppressevent activate, class:^(steam)$"
|
||||
|
||||
# --- MUSIC RULES (Jellyfin-TUI) ---
|
||||
"workspace special:music silent, title:^(jellyfin-tui)$"
|
||||
"workspace special:music silent, initialTitle:^(jellyfin-tui)$"
|
||||
"float, title:^(jellyfin-tui)$"
|
||||
"float, initialTitle:^(jellyfin-tui)$"
|
||||
"center, title:^(jellyfin-tui)$"
|
||||
"center, initialTitle:^(jellyfin-tui)$"
|
||||
"size 80% 70%, title:^(jellyfin-tui)$"
|
||||
"size 80% 70%, initialTitle:^(jellyfin-tui)$"
|
||||
"dimaround, title:^(jellyfin-tui)$"
|
||||
"dimaround, initialTitle:^(jellyfin-tui)$"
|
||||
"noinitialfocus, title:^(jellyfin-tui)$"
|
||||
"noinitialfocus, initialTitle:^(jellyfin-tui)$"
|
||||
"suppressevent activate, title:^(jellyfin-tui)$"
|
||||
"suppressevent activate, initialTitle:^(jellyfin-tui)$"
|
||||
|
||||
# --- GAMING RULES ---
|
||||
# Steam Apps, Gamescope, Lutris, Heroic, and Wine/Proton apps
|
||||
"fullscreen, class:^steam_app_\d+$"
|
||||
"monitor 0, class:^steam_app_\d+$"
|
||||
"workspace 1, class:^steam_app_\d+$"
|
||||
|
||||
"fullscreen, class:^(gamescope)$"
|
||||
"fullscreen, class:^(lutris)$"
|
||||
"fullscreen, class:^(heroic)$"
|
||||
"fullscreen, class:^wine-.*$"
|
||||
"fullscreen, title:^Wine .*$"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user