diff --git a/home/core/gui/hypr/land/cnst/inputs.nix b/home/core/gui/hypr/land/cnst/inputs.nix index 91d4c7ac..31f210ad 100644 --- a/home/core/gui/hypr/land/cnst/inputs.nix +++ b/home/core/gui/hypr/land/cnst/inputs.nix @@ -51,19 +51,21 @@ }; misc = { vrr = 1; + no_direct_scanout = false; mouse_move_enables_dpms = 1; key_press_enables_dpms = 0; force_default_wallpaper = 0; disable_hyprland_logo = true; disable_splash_rendering = true; + disable_autoreload = true; + }; + xwayland = { + force_zero_scaling = true; + }; + cursor = { + no_hardware_cursors = true; + no_break_fs_vrr = true; + min_refresh_rate = 24; }; - # xwayland { - # force_zero_scaling = true - # } - # cursor { - # no_hardware_cursors = true - # no_break_fs_vrr = true - # min_refresh_rate = 60 - # } }; } diff --git a/home/users/adam/imports.nix b/home/users/adam/imports.nix index 340bd0af..0027fb5f 100644 --- a/home/users/adam/imports.nix +++ b/home/users/adam/imports.nix @@ -7,7 +7,7 @@ ../../core/gui/browsers ../../core/gui/xdg ../../core/gui/discord - ../../core/gui/hypr + ../../core/gui/hypr/cnst.nix ../../core/gui/utility # core.tui ../../core/tui/git/cnst.nix diff --git a/home/users/toothpick/imports.nix b/home/users/toothpick/imports.nix index 94cf08b6..3f41359d 100644 --- a/home/users/toothpick/imports.nix +++ b/home/users/toothpick/imports.nix @@ -8,7 +8,7 @@ ../../core/gui/discord ../../core/gui/vscode ../../core/gui/utility - ../../core/gui/hypr + ../../core/gui/hypr/toothpick.nix # core.tui ../../core/tui/git/toothpick.nix ../../core/tui/shell/toothpick.nix