linux gnome config - Forest0923/memo GitHub Wiki
Disable wayland
- Edit
/etc/gdm/custom.conf:
- #WaylandEnable=false
+ WaylandEnable=false
+ DefaultSession=gnome-xorg.desktop
- Otherwise run
/usr/lib/gdm-disable-waylandas root:
sudo /usr/lib/gdm-disable-wayland
WaylandEnable=falsewill be written into/run/gdm/custom.confand it overrides/etc/gdm/custom.conf.
Turn off alert
dconf write /org/gnome/desktop/sound/event-sounds "false"