diff --git a/env/wayland/default.nix b/env/wayland/default.nix index 8822cbb..208d3d8 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -26,8 +26,8 @@ environment = { variables = { NIXOS_OZONE_WL = "1"; - # __GL_GSYNC_ALLOWED = "0"; - # __GL_VRR_ALLOWED = "0"; + __GL_GSYNC_ALLOWED = "0"; + __GL_VRR_ALLOWED = "0"; _JAVA_AWT_WM_NONEREPARENTING = "1"; SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; DISABLE_QT5_COMPAT = "0"; diff --git a/hosts/earth/nvidia.nix b/hosts/earth/nvidia.nix index 75587a7..b2c28c9 100644 --- a/hosts/earth/nvidia.nix +++ b/hosts/earth/nvidia.nix @@ -9,8 +9,8 @@ __NV_PRIME_RENDER_OFFLOAD = "1"; __VK_LAYER_NV_optimus = "NVIDIA_only"; NVD_BACKEND = "direct"; - __GL_GSYNC_ALLOWED = "1"; - __GL_VRR_ALLOWED = "1"; + # __GL_GSYNC_ALLOWED = "1"; + # __GL_VRR_ALLOWED = "1"; XWAYLAND_NO_GLAMOR = "1"; __GL_MaxFramesAllowed = "1"; }; diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index 443d6aa..c23ca69 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -12,6 +12,8 @@ "slack" ]; + "debug:disable_logs" = false; + general = { # gaps gaps_in = 6;