feat(hypr): added tearing for games

This commit is contained in:
Sergio Laín 2023-12-02 23:57:18 +01:00
parent f323d43522
commit 356e6bf708
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@ exec-once = $HOME/.config/hypr/scripts/autostart
# Environment Variables
env = QT_QPA_PLATFORMTHEME, qt5ct
env = WLR_DRM_NO_ATOMIC, 1
# Configs (change to whichever config you want to use)
source = ~/.config/hypr/configs/binds.conf

View file

@ -26,6 +26,7 @@ windowrulev2 = workspace 19, class:^(.*GParted.*)$|(.*clamtk.*)$|(.*gnome.Logs.*
# Games
windowrulev2 = workspace 8, class:^(.*steam_app.*)$
windowrulev2 = immediate, class:^(.*steam_app.*)$
windowrulev2 = workspace 18, class:^(steam)$|(.*atlauncher.*)$|(.*heroic.*)$
windowrulev2 = workspace 8, class:^(.*Ryujinx.*)$|(.*cemu.*)$|(.*dolphin.*)$|(.*RetroArch.*)$|(.*xemu.*)$|(.*duckstation.*)$|(.*rpcs3.*)$

View file

@ -5,6 +5,8 @@ general {
gaps_in = 10
gaps_out = 20
allow_tearing = true
}
decoration {