aboutsummaryrefslogtreecommitdiff
path: root/tools/firesend
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-22 23:29:34 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-22 23:29:34 +0200
commitbfe3f27650474ef29bc99f5227520d58f74e906c (patch)
tree47c01cd8eaae908f662a2160a272f3b848aeca99 /tools/firesend
parent1272155720a681c9c9ededdd19f751e37c665c96 (diff)
downloaddotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.tar.gz
dotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.tar.bz2
dotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.zip
fixed spotlight with locate not escaping properly
Diffstat (limited to 'tools/firesend')
-rwxr-xr-xtools/firesend2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firesend b/tools/firesend
index cec4379..6edcc61 100755
--- a/tools/firesend
+++ b/tools/firesend
@@ -1,2 +1,2 @@
#!/bin/bash
-$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@
+$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@ > /dev/null 2>&1