diff options
author | Adrien Schildknecht <adrien+dev@schischi.me> | 2016-09-30 10:25:46 -0700 |
---|---|---|
committer | Adrien Schildknecht <adrien+dev@schischi.me> | 2016-09-30 10:25:46 -0700 |
commit | 3f0728b932904985b703b33bd5c936ea96cf15a0 (patch) | |
tree | f2e86e26bfe6bbf99353bf9af027715ed91e9388 | |
parent | a7e6db57ced0dfab65cb709b61ddf607ef7e9588 (diff) |
Add an usage example
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`"`` |