Some hyprland optimizations

This commit is contained in:
Emmet
2025-06-25 14:00:20 -05:00
parent 1db31c64ca
commit 4707a4be1d
2 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,9 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable { wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = { settings = {
monitor = [ monitor = [
"eDP-1,1920x1080@300,720x864,1.25,vrr,0" "eDP-1,1920x1080@60.00,720x864,1.25,vrr,0"
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0" "HDMI-A-1,preferred,1536x0,1.25,vrr,0"
"DP-1,1920x1080,0x0,1.25,vrr,0" "DP-1,preferred,0x0,1.25,vrr,0"
]; ];
}; };

View File

@ -114,6 +114,7 @@ in
}; };
cursor = { cursor = {
no_hardware_cursors = 1;
no_warps = false; no_warps = false;
inactive_timeout = 30; inactive_timeout = 30;
}; };