config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 85d9a73c5946543bf8cfb4ea419910a0d802aecc
parent bc4d4b1b0893fcec07fd093487707fbc4c33fe8d
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Mon, 30 Nov 2020 16:30:01 -0800

Concatenate herbe arguments in notify-send script

Diffstat:
Mmodules/scripts/.local/bin/notify-send | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/scripts/.local/bin/notify-send b/modules/scripts/.local/bin/notify-send @@ -1,4 +1,4 @@ #!/usr/bin/env dash #! notify-send -- send desktop notification via herbe(1) -herbe $@ & +herbe "$*" &