diff options
author | Adrien Schildknecht <adrien+dev@schischi.me> | 2013-07-26 12:58:54 -0700 |
---|---|---|
committer | Adrien Schildknecht <adrien+dev@schischi.me> | 2013-07-26 12:58:54 -0700 |
commit | 8ff4fd7c25925cc8a697c5990c8dc81d8302b765 (patch) | |
tree | 86f05e11c0bb8f9e2f70ccebc22a83aef057248d | |
parent | ab4bdd8bc8196ce6613c979fa88fb5bb6791afb0 (diff) | |
parent | 15fd35b101a3957dddbeb083c0993632baf99c00 (diff) |
Merge pull request #4 from syl20bnr/master
Add i3 configuration example in README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -36,3 +36,11 @@ Simply invoke the 'xcwd' command. You probably want to use it this way: ``urxvt -cd "`xcwd`" `` + +i3 Configuration +---------------- + +You can add a key binding like this one: + + bindsym $mod+Shift+Return exec xcwd | xargs urxvt -cd + |