mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Some hyprland optimizations
This commit is contained in:
parent
1db31c64ca
commit
4707a4be1d
2 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@300,720x864,1.25,vrr,0"
|
||||
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
|
||||
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
||||
"eDP-1,1920x1080@60.00,720x864,1.25,vrr,0"
|
||||
"HDMI-A-1,preferred,1536x0,1.25,vrr,0"
|
||||
"DP-1,preferred,0x0,1.25,vrr,0"
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
@ -114,6 +114,7 @@ in
|
|||
};
|
||||
|
||||
cursor = {
|
||||
no_hardware_cursors = 1;
|
||||
no_warps = false;
|
||||
inactive_timeout = 30;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue