diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 11:10:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 11:10:38 +0900 |
| commit | 13ac6bca222fc4a3061616947fc8aa49d918e597 (patch) | |
| tree | 807874453cf75a17c00b532d172919343bf6b1c9 | |
| parent | 8f2b0a6d7437e73f777cfad809fb950c0f2c9491 (diff) | |
script
| -rw-r--r-- | copy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ fi # uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected if hostnamectl | grep -q 'Chassis: vm'; then echo "This script is running in a virtual machine." + sed -i '/env = WLR_NO_HARDWARE_CURSORS,1/s/^#//' config/hypr/configs/ENVariables.conf sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/configs/ENVariables.conf fi |
