diff options
Diffstat (limited to 'foot')
| -rw-r--r-- | foot/foot.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 4eaa3ea..ae4fdd1 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -43,7 +43,8 @@ pad=20x20 # It'd be nice if it worked... dpi-aware=no -notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} +[desktop-notifications] +command=notify-send -a ${app-id} -i ${app-id} ${title} ${body} [bell] urgent=no |
