diff --git a/modules/window_managers/hyprland/default.nix b/modules/window_managers/hyprland/default.nix index 1baf3b3..f32169d 100644 --- a/modules/window_managers/hyprland/default.nix +++ b/modules/window_managers/hyprland/default.nix @@ -24,6 +24,10 @@ "HYPRCURSOR_SIZE,24" ]; + xwayland = { + force_zero_scaling = true; + }; + input = { kb_layout = "us"; kb_options = "caps:escape";