diff --git a/n/easyeffects.md b/n/easyeffects.md
new file mode 100644
index 0000000..2e1feda
--- /dev/null
+++ b/n/easyeffects.md
@@ -0,0 +1,66 @@
+---
+title: EasyEffects configuration
+excerpt:
+ I like EasyEffects to have autogain and limiter while I also wish to remember
+ how to use mono audio for when one ear is plugged or something.
+layout: mini
+permalink: /n/easyeffects.html
+sitemap: true
+lang: en
+robots: noai
+---
+
+_{{ page.excerpt }}_
+
+
+
+
+
+
+Automaattinen sisällysluettelo / Automatically generated Table of Contents
+
+- [Global autostart](#global-autostart)
+- [Effects](#effects)
+ - [Mono audio](#mono-audio)
+
+
+
+
+
+
+## Global autostart
+
+`/etc/xdg/autostart/com.github.wwmm.easyeffects.desktop`
+
+```desktop
+# This became just copy-paste from easyeffect's own autostart desktop entry
+[Desktop Entry]
+Type=Application
+Name=com.github.wwmm.easyeffects
+X-XDP-Autostart=com.github.wwmm.easyeffects
+Exec=flatpak run --command=easyeffects com.github.wwmm.easyeffects --service-mode --hide-window
+X-Flatpak=com.github.wwmm.easyeffects
+```
+
+## Effects
+
+In the Effects tab of Effects tab (top and bottom),
+
+Add effect
+
+- Autogain
+- Limiter
+
+Based on my experience without additional configuration this will make using
+YouTube Music more pleasant and not require touching volume buttons constantly.
+
+### Mono audio
+
+Add effect `Stereo Tools`, under `Stereo Matrix` set `Mode` to
+`LR > L+R (Mono Sum L+R)`.
+
+- [askubuntu](https://askubuntu.com/questions/1439652/how-can-i-downmix-stereo-audio-output-to-mono-in-pipewire-on-22-10/1441611#1441611)
+ via
+ [fedora discourse](https://discussion.fedoraproject.org/t/downmixing-stereo-audio-to-mono-audio/74982/3)
+ which are more difficult for me than just remembering
+ `aminda.eu/n/easyeffects`.