remove(rules): removed redundant rules

This commit is contained in:
kenji
2026-01-04 21:07:24 -06:00
parent f20d6fbe83
commit 10374ba152
-7
View File
@@ -20,12 +20,6 @@
"dimaround, class:^(org\.hakase\.switch-wallpaper)$"
"dimaround, initialTitle:^(Wallpaper Selector)$"
# Prevent Firefox and Terminal from stealing focus on launch
"suppressevent activate, workspace:special:preload"
"noinitialfocus, workspace:special:preload"
"suppressevent activate, class:^(firefox)$, workspace:special:preload"
"noinitialfocus, class:^(firefox)$, workspace:special:preload"
# --- STEAM RULES ---
"workspace special:steam silent, class:^(steam)$"
"noinitialfocus, class:^(steam)$"
@@ -58,7 +52,6 @@
"float, class:^(org\.gnome\.Loupe)$"
"center, class:^(org\.gnome\.Loupe)$"
"size 70% 70%, class:^(org\.gnome\.Loupe)$"
];
};
}