fix(hypr): chase changes to windowrule

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
modules/desktop
environment/modules
theme

View file

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

View file

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

View file

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