Create file /etc/modprobe.d/alsa-base.conf
with following contents
options snd-hda-intel model=alc298-dell1
Add following contents at the end of the file /etc/pulse/default.pa
### Noise cancellation
load-module module-echo-cancel source_name=noechosource
set-default-source noechosource
Reload PulseAudio pulseaudio -k
Source https://askubuntu.com/questions/18958/realtime-noise-removal-with-pulseaudio
$ sudo EDITOR=vim visudo
Add following line
Defaults pwfeedback
Create file /etc/modprobe.d/nvidia-graphics-drivers.conf
with following contents
options nvidia_XXX_drm modeset=1
Replace XXX with your driver version
Adapta theme https://cinnamon-spices.linuxmint.com/themes/view/Adapta
Papirus icon theme https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
https://aur.archlinux.org/packages/spotify/
$ sudo pacman -S base-devel
$ git clone https://aur.archlinux.org/spotify.git
$ cd spotify/
$ curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import -
$ makepkg -si
https://www.linuxmint.com/searchengines.php
$ gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-up "[]"
$ gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-down "[]"
$ gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-up "[]"
$ gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-down "[]"