tlvince / dmenu-tools

A collection of scripts powered by dmenu
http://tlvince.github.io/dmenu-tools/
MIT License
53 stars 6 forks source link

dmenu-run-recent tweak #1

Closed lkraav closed 12 years ago

lkraav commented 12 years ago

Hi

I'm calling dmenu-run-recent from .i3/config like this:

bindsym $mod+r exec PATH=/home/leho/Documents/dmenu-tools.git:$PATH dmenu-run-recent -b -fn monospace:size=10 -nb "#073642" -nf "#eee8d5" -p "> "

This patch lets people keep existing configurations intact and minimally modify dmenu-tools source.

tlvince commented 12 years ago

Looks good. Thanks!