aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xratpoison/firesend2
-rwxr-xr-xratpoison/spotlight2
2 files changed, 3 insertions, 1 deletions
diff --git a/ratpoison/firesend b/ratpoison/firesend
new file mode 100755
index 0000000..ddde2ef
--- /dev/null
+++ b/ratpoison/firesend
@@ -0,0 +1,2 @@
+#!/bin/bash
+$HOME/.ratpoison/exec_to_workspace 2 firefox --new-tab $@
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index 1da2b7c..f44d931 100755
--- a/ratpoison/spotlight
+++ b/ratpoison/spotlight
@@ -1,3 +1,3 @@
#!/bin/sh
-find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs termite -e rifle -p0
+find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
exit 0