adding a command that disables seperate workspaces per monitor. I dont know why that setting is default, its stupid.

This commit is contained in:
Michael Scalzetti 2022-03-24 20:57:53 -04:00
parent e6043bc764
commit 4f9894d66f

View File

@ -6,4 +6,6 @@ cp ./files/preferences /etc/apt/preferences
apt-get update &&\ 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 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
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false
echo "gnome installed" echo "gnome installed"