diff options
author | shmibs <shmibs@gmail.com> | 2014-02-13 22:48:35 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-02-13 22:48:35 -0700 |
commit | e31de6c4cff8a6dc20a23dfc660da8a0d8127fa4 (patch) | |
tree | 720f0a750b11565d8afc6f59e704824e7b126898 | |
parent | 54472dfc9bd4bb01823329b9e701447adb9e49ea (diff) | |
parent | dfbf8160746803b23a76fa69262b49d5e18e9a22 (diff) | |
download | dotfiles-e31de6c4cff8a6dc20a23dfc660da8a0d8127fa4.tar.gz |
merge in README
-rw-r--r-- | README.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..00cc01c --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +#dotfiles + +##Current Utilities + +###MATE +i'm using mate as a backend to handle all +that dconf garbage etc. apart from a few +daemons, everything is launched from +mate-session + +###herbstluftwm +i was using awesome for a while, but dealing with all +that lua got annoying. herbstluftwm has the really +interesting concept of allowing manual tiling of frames +and then providing automatic layouts for inside the +frames. in theory, it's the best of both worlds, but +gets kind of confusing, so i've just set the layout +to always be max so frames basically just have multiple +tabs for me that can by cycled through. it's really +neat for saving screen space! (try splitting a screen +with both an editor and a terminal on one side and +all your documentation on the other) + +###urxvt +yay for mouseless copy-pasta! +if you've never seend it, check out +[urxvt-perls](https://github.com/muennich/urxvt-perls). + +###ranger +yay for everything about ranger! + +###sxiv +were it not for being completely cut off from any +file management, sxiv would be the best thing to +ever happen to images. i've been looking into +adding a feature of some sort for it to communicate +selections to the outside world. + +###pentadactyl +if you've never heard of it, try pentadactyl NOW. +suddenly a browser is no longer a thing that necessarily +breaks your workflow when you have to refer to it for +information. oh, and try [setting your hint keys](http://5digits.org/pentadactyl/faq#faq-hintkeys). + +###dunst/dmenu/stalonetray/compton/dzen2/nitrogen +useful things all around. i haven't bothered with +any fancy-pants dmenu configs just yet. maybe after +finishing up with dzen2 and (maybe) switching to +zsh (now that i have an ssd and completions don't +take forever to load). |