diff options
Diffstat (limited to '.config/mako/config')
| -rw-r--r-- | .config/mako/config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..0329579 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,35 @@ +include=~/.config/mako/colors + +group-by=app-name,summary +default-timeout=2000 +max-history=20 +max-icon-size=32 +max-visible=6 + +border-size=1 +padding=6 + +# on-button-right=exec makoctl menu -- fuzzel -d -p ' select action ' + +# [urgency=high] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=error] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=warning] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=success] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=alert] +# anchor=top-center +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [summary=reminder] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# +# [mode=dnd] +# invisible=1 |