sway/mako: finally relocate notifications

This commit is contained in:
Aminda Suomalainen 2022-07-17 19:09:16 +03:00
parent ff7f67d50b
commit 1b77044db6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 2 deletions

View File

@ -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"