wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

commit 2af3bef74f764f96acf4b13d81604646c6412c83
parent 827f17bdaa00125ccb93c9d448a509902c7abc32
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date:   Tue, 12 May 2009 19:00:11 -0700

the launch() method only accepts an array of words

Diffstat:
config.rb | 3+--
config.yaml | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/config.rb b/config.rb @@ -179,8 +179,7 @@ def find_programs *dirs end ## -# Launches the given command in the background. The command -# can be specified either as a string or as an array of words. +# Launches the command built from the given words in the background. # def launch *words command = words.shelljoin diff --git a/config.yaml b/config.yaml @@ -784,5 +784,5 @@ script: | action 'rehash' # desktop wallpaper - launch 'sh ~/.fehbg' + system 'sh ~/.fehbg'