mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +01:00
sway/mako: finally relocate notifications
This commit is contained in:
parent
ff7f67d50b
commit
1b77044db6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user