From 1b057ff44463db4114e092981eb969192e7b4ae8 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 4 Apr 2021 10:51:01 +0000 Subject: [PATCH] Update Ubuntu-Desktop-20.04-LTS.sh --- Ubuntu-Desktop-20.04-LTS.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ubuntu-Desktop-20.04-LTS.sh b/Ubuntu-Desktop-20.04-LTS.sh index c366ce6..148035b 100644 --- a/Ubuntu-Desktop-20.04-LTS.sh +++ b/Ubuntu-Desktop-20.04-LTS.sh @@ -199,6 +199,10 @@ gsettings set org.gnome.shell disable-user-extensions false #Enable tap to click gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true +#Setup GetExtensions +git clone https://github.com/ekistece/GetExtensions.git +pip3 install ./GetExtensions --user + #Reenable Wayland... They are working to support it, and if you aren't gaming you shouldn't stay on x11 anyways sudo sed -i 's^DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^#DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^g' /usr/lib/udev/rules.d/61-gdm.rules