commit bed5ccbcaa47fde131f788a9932c700c36e1affc
parent 8211d20326874dd96303bd331c58ba3ad4d6e54d
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Mon, 3 Apr 2017 09:54:42 +0200
background_shell: Send a non-blocking command
Apply @rr-'s suggestion.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/background_shell/shell b/examples/background_shell/shell
@@ -1,4 +1,4 @@
#! /bin/sh
-printf "%s\n" "$2" | tmux load-buffer -
+printf "(%s)&\n" "$2" | tmux load-buffer -
tmux paste-buffer -t sxhkd