From baec4074445140bd4caf40d32790e51a8e24ece9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 18 May 2023 21:36:10 -0500 Subject: [PATCH] fixing dolphin being giant --- user/modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix index 87108c6..9960689 100644 --- a/user/modules/hyprland.nix +++ b/user/modules/hyprland.nix @@ -115,6 +115,7 @@ # for windows named/classed as abc and xyz windowrule=opaque,firefox windowrule=float,dolphin + windowrule=size 60% 60%,dolphin ${if builtins.readFile "/etc/hostname" == "syl\n" then "# this is a kaladin space" else "windowrule=workspace 1,mpv"} windowrule=float,mpv windowrule=size ${if builtins.readFile "/etc/hostname" == "syl\n" then "90% 76%" else "85% 85%"},mpv