summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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`"``