diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:54 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:54 +0100 |
commit | e366454a04173840e41cbe2394dba4a476b76937 (patch) | |
tree | 209f68a8726ed15ca1db1a70580bcfaa9a4ddaec /ratpoison/firesend | |
parent | 89ef190e34412cf3ac63a5961a98a52e84a43746 (diff) | |
parent | a351f6a842d3f5a0edc1360515585a6355dea04a (diff) | |
download | dotfiles-e366454a04173840e41cbe2394dba4a476b76937.tar.gz dotfiles-e366454a04173840e41cbe2394dba4a476b76937.tar.bz2 dotfiles-e366454a04173840e41cbe2394dba4a476b76937.zip |
Merge branch 'master' of github.com:Vaskozl/dotfiles
Diffstat (limited to 'ratpoison/firesend')
-rwxr-xr-x | ratpoison/firesend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/firesend b/ratpoison/firesend index ddde2ef..d0df600 100755 --- a/ratpoison/firesend +++ b/ratpoison/firesend @@ -1,2 +1,2 @@ #!/bin/bash -$HOME/.ratpoison/exec_to_workspace 2 firefox --new-tab $@ +$HOME/.ratpoison/exec_to_workspace 2 uzbl-browser $@ |