From 5bdc379ae5b757a7595047aef929d29f36e04fc4 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Fri, 25 Mar 2022 14:11:25 -0400 Subject: [PATCH] the other gnome command doesnt work apparently, kind of cringe --- gnome_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome_install.sh b/gnome_install.sh index 8f70e74..7271b79 100644 --- a/gnome_install.sh +++ b/gnome_install.sh @@ -6,6 +6,7 @@ cp ./files/preferences /etc/apt/preferences apt-get update &&\ apt -t unstable install -y gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-core gnome-tweaks libc6-i386 libgl1 libglx0 libglx-mesa0 power-profiles-daemon -gsettings set org.gnome.shell.overrides workspaces-only-on-primary false +gsettings set org.gnome.mutter workspaces-only-on-primary false + echo "gnome installed" \ No newline at end of file