diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-15 10:56:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-15 10:56:50 +0900 |
| commit | fb333d820cdea13a406f6b5063b42ba48d2d58ff (patch) | |
| tree | cf36d7f2fd0a8f9a1a58b78a1f57cc578413f778 /copy.sh | |
| parent | 0ecb6e9b28b91dc389c316ff37ad968248a6013e (diff) | |
| parent | 9fa48103eeeea186b0d5e82b3887f94682bc4d83 (diff) | |
Merge pull request #440 from JaKooLit/development
Development to Main - preparation for next dots release v2.3.6
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
