Update README.md

This commit is contained in:
Bea 2020-10-18 17:50:14 +02:00 committed by GitHub
parent 584a55ab20
commit 54d249b7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -33,16 +33,16 @@ chmod +x ~/screen-scaling-fixer/start.sh
7. **Enable the startup script:** 7. **Enable the startup script:**
``` ```
printf \ printf\
"[Desktop Entry] \n\ "[Desktop Entry]\n\
Name=fs-fixer \n\ Name=fs-fixer\n\
GenericName=fs-fixer \n\ GenericName=fs-fixer\n\
Comment=fix gnome scaling duplicate cursor \n\ Comment=fix gnome scaling duplicate cursor\n\
Exec=sh -c ~/screen-scaling-fixer/start.sh \n\ Exec=sh -c ~/screen-scaling-fixer/start.sh\n\
Terminal=false \n\ Terminal=false\n\
Type=Application \n\ Type=Application\n\
X-GNOME-Autostart-enabled=true \n\ X-GNOME-Autostart-enabled=true\n\
X-GNOME-Autostart-Delay=1 \n" > ~/.config/autostart/fractional-scaling-fix.desktop X-GNOME-Autostart-Delay=1\n" > ~/.config/autostart/fractional-scaling-fix.desktop
chmod +x ~/.config/autostart/fractional-scaling-fix.desktop chmod +x ~/.config/autostart/fractional-scaling-fix.desktop
``` ```