From 3f0728b932904985b703b33bd5c936ea96cf15a0 Mon Sep 17 00:00:00 2001 From: Adrien Schildknecht Date: Fri, 30 Sep 2016 10:25:46 -0700 Subject: Add an usage example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f711fc4..c176c81 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,10 @@ Simply invoke the 'xcwd' command. You probably want to use it this way: * ``urxvt -cd "`xcwd`" `` * ``xterm -e "cd `xcwd` && /bin/zsh"`` +* ``pcmanfm "`xcwd`" `` i3 Configuration ---------------- * bindsym $mod+Shift+Return exec ``urxvt -cd "`xcwd`" `` * bindsym $mod+Shift+Return exec ``xterm -e "cd `xcwd` && /bin/zsh"`` +* bindsym $mod+p exec ``pcmanfm "`xcwd`"`` -- cgit v1.2.3