From 58ae3acdbd7223d56a227b25685215ab2e268fc6 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Sat, 29 Nov 2014 15:55:33 +0000 Subject: spotlight! --- ratpoison/spotlight | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ratpoison/spotlight (limited to 'ratpoison/spotlight') diff --git a/ratpoison/spotlight b/ratpoison/spotlight new file mode 100755 index 0000000..550dacb --- /dev/null +++ b/ratpoison/spotlight @@ -0,0 +1,3 @@ +#!/bin/sh +find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs rifle -p0 +exit 0 -- cgit v1.2.3-54-g00ecf