From 54d249b7a79f9fdc59f829a5e1025d82794c472b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Sun, 18 Oct 2020 17:50:14 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3740558..b97c6ee 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,16 @@ chmod +x ~/screen-scaling-fixer/start.sh 7. **Enable the startup script:** ``` -printf \ -"[Desktop Entry] \n\ -Name=fs-fixer \n\ -GenericName=fs-fixer \n\ -Comment=fix gnome scaling duplicate cursor \n\ -Exec=sh -c ~/screen-scaling-fixer/start.sh \n\ -Terminal=false \n\ -Type=Application \n\ -X-GNOME-Autostart-enabled=true \n\ -X-GNOME-Autostart-Delay=1 \n" > ~/.config/autostart/fractional-scaling-fix.desktop +printf\ +"[Desktop Entry]\n\ +Name=fs-fixer\n\ +GenericName=fs-fixer\n\ +Comment=fix gnome scaling duplicate cursor\n\ +Exec=sh -c ~/screen-scaling-fixer/start.sh\n\ +Terminal=false\n\ +Type=Application\n\ +X-GNOME-Autostart-enabled=true\n\ +X-GNOME-Autostart-Delay=1\n" > ~/.config/autostart/fractional-scaling-fix.desktop chmod +x ~/.config/autostart/fractional-scaling-fix.desktop ```