Deephack's Hyperland config based on omarchy-nix from Henry Sipp and in turn of course inspired by Omarchy.

Adjust popup sizes

+3 -2
+3 -2
modules/home-manager/hyprland/windows.nix
··· 1 1 { 2 2 ... 3 - }: { 3 + }: 4 + { 4 5 wayland.windowManager.hyprland.settings = { 5 6 windowrule = [ 6 7 # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more ··· 40 41 41 42 # Float in the middle for clipse clipboard manager 42 43 "float, class:(com.markd.clipse|com.markd.nmtui)" 43 - "size 800 700, class:(com.markd.clipse|com.markd.nmtui)" 44 + "size 1433 744, class:(com.markd.clipse|com.markd.nmtui)" 44 45 "stayfocused, class:(com.markd.clipse|com.markd.nmtui)" 45 46 ]; 46 47