aboutsummaryrefslogtreecommitdiff
path: root/ratpoison
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-11-30 12:30:39 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-11-30 12:30:39 +0100
commit87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 (patch)
treecf4e1e728e9e34526baec31e76aead61c659e0d0 /ratpoison
parente028f3c40c186ed3c0f785522e39679deb7b5c3d (diff)
downloaddotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.tar.gz
dotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.tar.bz2
dotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.zip
further cleanup
Diffstat (limited to 'ratpoison')
-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