trying to make gaming work to no avail
This commit is contained in:
@@ -51,19 +51,21 @@
|
|||||||
};
|
};
|
||||||
misc = {
|
misc = {
|
||||||
vrr = 1;
|
vrr = 1;
|
||||||
|
no_direct_scanout = false;
|
||||||
mouse_move_enables_dpms = 1;
|
mouse_move_enables_dpms = 1;
|
||||||
key_press_enables_dpms = 0;
|
key_press_enables_dpms = 0;
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = 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
|
|
||||||
# }
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
../../core/gui/browsers
|
../../core/gui/browsers
|
||||||
../../core/gui/xdg
|
../../core/gui/xdg
|
||||||
../../core/gui/discord
|
../../core/gui/discord
|
||||||
../../core/gui/hypr
|
../../core/gui/hypr/cnst.nix
|
||||||
../../core/gui/utility
|
../../core/gui/utility
|
||||||
# core.tui
|
# core.tui
|
||||||
../../core/tui/git/cnst.nix
|
../../core/tui/git/cnst.nix
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
../../core/gui/discord
|
../../core/gui/discord
|
||||||
../../core/gui/vscode
|
../../core/gui/vscode
|
||||||
../../core/gui/utility
|
../../core/gui/utility
|
||||||
../../core/gui/hypr
|
../../core/gui/hypr/toothpick.nix
|
||||||
# core.tui
|
# core.tui
|
||||||
../../core/tui/git/toothpick.nix
|
../../core/tui/git/toothpick.nix
|
||||||
../../core/tui/shell/toothpick.nix
|
../../core/tui/shell/toothpick.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user