Skip to content

Commit

Permalink
background_shell: Send a non-blocking command
Browse files Browse the repository at this point in the history
Apply @rr-'s suggestion.
  • Loading branch information
baskerville committed Apr 3, 2017
1 parent 8211d20 commit bed5ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/background_shell/shell
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bed5ccb

Please sign in to comment.