scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 3eb0e42a8b3793801524ef538ee1ae8345f3c639
parent ea580be265f3c04287463443b482a68768870f62
Author: clamiax <smoppy@gmail.com>
Date:   Fri, 23 Oct 2015 18:33:03 +0200

dwm key for browse

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -125,3 +125,10 @@ Sample usage: ``` $ mimeopen "$(/path/of/browse)" ``` + +For [dwm](http://dwm.suckless.org) users, it may come in handy a key binding +like this: + +``` +{ MODKEY|ShiftMask, XK_o, spawn, SHCMD("mimeopen -n \"$(/path/of/browse)\"") }, +```