From d0cf745c41cf138ee60b021b8acbca6a848539c2 Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 30 Jul 2024 19:31:35 +0200 Subject: [PATCH] trying to make gaming work to no avail --- home/core/gui/hypr/land/cnst/inputs.nix | 18 ++++++++++-------- home/users/adam/imports.nix | 2 +- home/users/toothpick/imports.nix | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) 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