vitorpy's Dotfiles

Fix mako DND mode name mismatch

Changed mode name from 'dnd' to 'do-not-disturb' in mako config
to match the mode name used by the toggle script.

Previously the config had [mode=dnd] but the script was setting
mode to 'do-not-disturb', so notifications were never blocked.

+1 -1
+1 -1
private_dot_config/mako/config
··· 35 35 group-by=app-name 36 36 37 37 # Do Not Disturb mode 38 - [mode=dnd] 38 + [mode=do-not-disturb] 39 39 invisible=1 40 40 41 41 # Urgency overrides