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-wayland as root:
sudo /usr/lib/gdm-disable-wayland
  • WaylandEnable=false will be written into /run/gdm/custom.conf and it overrides /etc/gdm/custom.conf.

Turn off alert

dconf write /org/gnome/desktop/sound/event-sounds "false"