diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-30 12:11:40 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-30 12:11:40 +0100 |
commit | 6613a391c6cd2aaf94617b7e658ff034e0ca3965 (patch) | |
tree | ef520c9377920aef221dd9bea00bc27f81a384ef /ratpoison | |
parent | e772cc6eaa2333e030677567e30bf3de48956043 (diff) | |
download | dotfiles-6613a391c6cd2aaf94617b7e658ff034e0ca3965.tar.gz dotfiles-6613a391c6cd2aaf94617b7e658ff034e0ca3965.tar.bz2 dotfiles-6613a391c6cd2aaf94617b7e658ff034e0ca3965.zip |
convert to termite
Diffstat (limited to 'ratpoison')
-rw-r--r-- | ratpoison/ratpoisonrc.conf | 2 | ||||
-rwxr-xr-x | ratpoison/spotlight | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ratpoison/ratpoisonrc.conf b/ratpoison/ratpoisonrc.conf index f574c28..56b1b68 100644 --- a/ratpoison/ratpoisonrc.conf +++ b/ratpoison/ratpoisonrc.conf @@ -180,7 +180,7 @@ bind V hsplit 2/3 bind s vsplit bind S vsplit 2/3 bind d remove -bind space exec urxvt +bind space exec termite bind o only bind semicolon colon bind e exec diff --git a/ratpoison/spotlight b/ratpoison/spotlight index f44d931..1da2b7c 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 urxvt -e rifle -p0 +find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs termite -e rifle -p0 exit 0 |