diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index f2d1218..ca69a57 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -167,6 +167,7 @@ in { flatten [ ### Defaults (class ".*" ["float" "suppressevent maximize" "syncfullscreen"]) + (floating false ["noshadow"]) (floating true ["bordercolor rgb(073642)"]) (fullscreen true ["idleinhibit focus"]) (pinned true ["bordercolor rgb(073642) rgb(073642)"])