From 126b9de80b3561ad2b0303b7825e6ffd1b58cdbf Mon Sep 17 00:00:00 2001 From: bricked Date: Wed, 10 Jul 2024 18:22:32 +0200 Subject: [PATCH] hyprland: blur xwayland windows --- modules/home/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index edfd3af..c41bcb7 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -30,6 +30,7 @@ in { wayland.windowManager.hyprland = { settings = { monitor = ",preferred,auto,auto"; + xwayland.use_nearest_neighbor = false; general = { layout = "dwindle";