refactor(hyprland): decentralize window rules and binds
This commit is contained in:
@@ -13,4 +13,11 @@
|
||||
"image/tiff" = "org.gnome.Loupe.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
||||
# --- IMAGE VIEWER (Loupe) ---
|
||||
"float, class:^(org\.gnome\.Loupe)$"
|
||||
"center, class:^(org\.gnome\.Loupe)$"
|
||||
"size 70% 70%, class:^(org\.gnome\.Loupe)$"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user