diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/firesend | 2 | ||||
-rwxr-xr-x | tools/spotlight | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/tools/spotlight b/tools/spotlight index 24cdc87..a60a201 100755 --- a/tools/spotlight +++ b/tools/spotlight @@ -1,4 +1,4 @@ #!/bin/sh source ~/.colors -locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | xargs urxvt -e rifle -p0 -exit 0 +bullet=`locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3` +urxvt -e rifle -p0 "$bullet" |