fix: hyprland fps and vsync
This commit is contained in:
parent
c9d8908adf
commit
226de0d234
5 changed files with 5 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
source = ~/.config/hypr/conf/monitors/default.conf
|
source = ~/.config/hypr/conf/monitors/desktop.conf
|
||||||
|
|
|
@ -53,4 +53,5 @@ windowrulev2 = float,title:^(Google Chrome)$
|
||||||
|
|
||||||
# steam rules :
|
# steam rules :
|
||||||
windowrulev2 = tile,class:^(steam)$,title:^(Steam)$
|
windowrulev2 = tile,class:^(steam)$,title:^(Steam)$
|
||||||
windowrulev2 = float,class:^(steam)$,title:^(Friends List)$
|
windowrulev2 = float,class:^(steam)$,title:^(Friends List)$
|
||||||
|
windowrulev2 = immediate,class:^(cs2)$
|
|
@ -13,7 +13,7 @@ general {
|
||||||
|
|
||||||
no_focus_fallback = false
|
no_focus_fallback = false
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
allow_tearing = false
|
allow_tearing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORM,wayland
|
env = QT_QPA_PLATFORM,wayland
|
||||||
|
env = WLR_DRM_NO_ATOMIC,1
|
||||||
|
|
||||||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue