1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-20 15:34:41 -04:00

Disable XWayland

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-01 01:57:24 -07:00
parent 5957f7673d
commit 98d4106ba7
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -363,6 +363,10 @@ sed -i 's/nullok//g' /mnt/etc/pam.d/system-auth
## Disable coredump
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/security/limits.d/30-disable-coredump.conf | tee /mnt/etc/security/limits.d/30-disable-coredump.conf
# Disable XWayland
sudo mkdir -p /mnt/etc/systemd/user/org.gnome.Shell@wayland.service.d
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/user/org.gnome.Shell%40wayland.service.d/override.conf | sudo tee /mnt/etc/systemd/user/org.gnome.Shell@wayland.service.d/override.conf
# Setup dconf
mkdir -p /mnt/etc/dconf/db/local.d/locks