a9f2e86491
This reverts commit 8ac3c21228.
17 lines
614 B
Nix
17 lines
614 B
Nix
{
|
|
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\..*)$"
|
|
];
|
|
};
|
|
}
|