From bffc3e35ccdac02f809642b9362cffcd31b49543 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 22:46:15 +0330 Subject: [PATCH] feat: fps config --- hyprland/.config/hypr/conf/windows/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/conf/windows/default.conf b/hyprland/.config/hypr/conf/windows/default.conf index e224201..098bc68 100644 --- a/hyprland/.config/hypr/conf/windows/default.conf +++ b/hyprland/.config/hypr/conf/windows/default.conf @@ -4,7 +4,7 @@ # ----------------------------------------------------- general { - max_fps = 75 + max_fps = 360 gaps_in = 4 gaps_out = 5 border_size = 2 @@ -12,6 +12,6 @@ general { col.inactive_border = rgba(31313699) no_focus_fallback = true layout = dwindle - allow_tearing = false + allow_tearing = true sensitivity = 0.5 }