fix: hyprland fps and vsync

This commit is contained in:
hesam-init 2024-03-28 16:08:50 +03:30
parent c9d8908adf
commit 226de0d234
5 changed files with 5 additions and 3 deletions

View file

@ -1 +1 @@
source = ~/.config/hypr/conf/monitors/default.conf
source = ~/.config/hypr/conf/monitors/desktop.conf

View file

@ -53,4 +53,5 @@ windowrulev2 = float,title:^(Google Chrome)$
# steam rules :
windowrulev2 = tile,class:^(steam)$,title:^(Steam)$
windowrulev2 = float,class:^(steam)$,title:^(Friends List)$
windowrulev2 = float,class:^(steam)$,title:^(Friends List)$
windowrulev2 = immediate,class:^(cs2)$

View file

@ -13,7 +13,7 @@ general {
no_focus_fallback = false
layout = dwindle
allow_tearing = false
allow_tearing = true
}
misc {

View file

@ -12,6 +12,7 @@
# -----------------------------------------------------
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland
env = WLR_DRM_NO_ATOMIC,1
$SCRIPT_PATH = ~/.config/hypr/scripts