From 1b77044db63886ce166f3cf3de8515a0517c96ad Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 17 Jul 2022 19:09:16 +0300 Subject: [PATCH] sway/mako: finally relocate notifications --- conf/sway/config.d/00-mako.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/sway/config.d/00-mako.conf b/conf/sway/config.d/00-mako.conf index 813ff281..32818b27 100644 --- a/conf/sway/config.d/00-mako.conf +++ b/conf/sway/config.d/00-mako.conf @@ -1,2 +1,4 @@ -# Notifications daemon that Lumina for some reason doesn't include -exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor bottom-left --progress-color "#970000" +# Notifications daemon that Lumina for some reason doesn't include. Must be +# top right as it's irrelevant on tiling wm, logical bottom left would be +# over every typing field *aargh* +exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"