mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Duskfall optimizations
This commit is contained in:
parent
14cab3e0bb
commit
139963ccfa
2 changed files with 18 additions and 5 deletions
|
@ -51,6 +51,10 @@
|
|||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
misc = {
|
||||
vfr = true;
|
||||
};
|
||||
|
||||
animations = {
|
||||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
@ -63,13 +67,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
input = {
|
||||
repeat_delay = lib.mkForce 850;
|
||||
repeat_rate = lib.mkForce 80;
|
||||
};
|
||||
#input = {
|
||||
# repeat_delay = lib.mkForce 850;
|
||||
# repeat_rate = lib.mkForce 80;
|
||||
#};
|
||||
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1.25"
|
||||
"eDP-1,1920x1080@48,0x0,1"
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue