From 6613a391c6cd2aaf94617b7e658ff034e0ca3965 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 30 Nov 2014 12:11:40 +0100 Subject: convert to termite --- ratpoison/ratpoisonrc.conf | 2 +- ratpoison/spotlight | 2 +- xinitrc | 2 +- zshrc | 1 + 4 files changed, 4 insertions(+), 3 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 diff --git a/xinitrc b/xinitrc index 9f73696..c603ad8 100755 --- a/xinitrc +++ b/xinitrc @@ -6,7 +6,7 @@ ratpoison=/usr/bin/ratpoison xtoolwait="timeout --signal=KILL 5 /usr/bin/xtoolwait -timeout 10" workspace="/usr/bin/rpws" screen_run="$ratpoison_dir/screen_run" -term="/usr/bin/urxvt -e" +term="termite -e" # Set the current window's number and title # $1 = number diff --git a/zshrc b/zshrc index 8ab1696..0e3ed48 100644 --- a/zshrc +++ b/zshrc @@ -24,6 +24,7 @@ export PS1='%n@%m:%~%% ' export GPGKEY="895134C5" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" export EDITOR="vim" +export BROWSER="~/.ratposon/firesend" export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" export LD_LIBRARY_PATH=/usr/local/lib -- cgit v1.2.3-54-g00ecf