aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-15 10:52:38 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-15 10:52:38 +0900
commit2afde6cc131b211cf323bb8e7f0136effaf44e0a (patch)
treebb8b88d761b78fa5e5714110bc8465bed241bdce /copy.sh
parent0c1e434abe774c06274d7c335aaaf42d306d12c1 (diff)
by default, explicit sync will be enabled for nvidia. Previously will be disabled
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index 7efae273..d5390e63 100755
--- a/copy.sh
+++ b/copy.sh
@@ -56,7 +56,7 @@ if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then
# enabling no hardware cursors if nvidia detected
sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf
# disabling explicit sync for nvidia for now (Hyprland 0.42.0)
- sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf
+ #sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf
fi
# uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage