✨ feat(hypr): added tearing for games
This commit is contained in:
parent
f323d43522
commit
356e6bf708
3 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
exec-once = $HOME/.config/hypr/scripts/autostart
|
||||
|
||||
# Environment Variables
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
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
|
||||
|
|
|
@ -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.*)$
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@ general {
|
|||
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
Loading…
Add table
Reference in a new issue