optimization: faster essentials

This commit is contained in:
kenji
2025-12-26 19:34:19 -06:00
parent f5d81a5a43
commit 20e39113a9
3 changed files with 17 additions and 16 deletions
+4 -11
View File
@@ -1,21 +1,14 @@
{
wayland.windowManager.hyprland.settings = {
windowrulev2 = [
# "float, class:^(org\.hakase\..*)$"
# "center, class:^(org\.hakase\..*)$"
# "size 80% 70%, class:^(org\.hakase\..*)$" # Example using percentages
# --- POPUP RULES (Wifi, BT, Audio) ---
# "size 602 478, class:^(org\.hakase\.popup\..*)$"
# "move 1312 32, class:^(org\.hakase\.popup\..*)$"
"float, class:^(org\.hakase\.popup\..*)$"
# "pin, class:^(org\.hakase\.popup\..*)$"
"animation slide right, class:^(org\.hakase\.popup\..*)$"
"dimaround, class:^(org\.hakase\.popup\..*)$"
# --- launcher ---
"float, title:^(launcher)$"
"size 500 430, title:^(launcher)$"
# Optional: Center it since it's floating
"center, title:^(launcher)$"
# Prevent Firefox and Terminal from stealing focus on launch
"suppressevent activate, workspace:20"
"noinitialfocus, workspace:20"
];
};
}