fix(hypr): chase changes to windowrule
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-18 12:35:52 -04:00
parent 8470605c00
commit 2cbca1d659
3 changed files with 10 additions and 10 deletions

View file

@ -292,7 +292,7 @@ in {
"sleep 3; ${getExe restartTailscale}"
];
windowrulev2 =
windowrule =
[
"tile, class:^(libreoffice)$"
"float, class:^(org.gnome.Calculator)$"

View file

@ -80,13 +80,13 @@ in {
];
windowrule = [
"float,^(org.kde.polkit-kde-authentication-agent-1)$"
"size 741 288,^(org.kde.polkit-kde-authentication-agent-1)$"
"center,^(org.kde.polkit-kde-authentication-agent-1)$"
"float , class:^(org.kde.polkit-kde-authentication-agent-1)$"
"size 741 288, class:^(org.kde.polkit-kde-authentication-agent-1)$"
"center , class:^(org.kde.polkit-kde-authentication-agent-1)$"
# For GParted auth
"size 741 288,^(ssh-askpass)$"
"move cursor -370 -144,^(ssh-askpass)$"
"size 741 288 , class:^(ssh-askpass)$"
"move cursor -370 -144, class:^(ssh-askpass)$"
];
bind = map mkBind [

View file

@ -20,11 +20,11 @@ in {
wayland.windowManager.hyprland = {
settings = {
windowrule = [
"size 1231 950,title:^(Open Folder)$"
"float,title:^(Open Folder)$"
"size 1231 950, title:^(Open Folder)$"
"float , title:^(Open Folder)$"
"size 1231 950,title:^(Open File)$"
"float,title:^(Open File)$"
"size 1231 950, title:^(Open File)$"
"float , title:^(Open File)$"
];
layerrule = [