view .pentadactylrc @ 325:64e73453e43f

xmonad: Pull apart custom layout into something readable This change doesn't affect any behavior, but it does document the custom layout by naming function parameters. Hopefully, this will make things easier to fix the next time the XMonad developers break us.
author Lucas Bergman <lucas@bergmans.us>
date Tue, 11 Mar 2014 12:49:05 -0500
parents 5d83e487611c
children
line wrap: on
line source

"1.0rc1

loadplugins '\.(js|penta)$'
group user
map -count -modes=n,v x <count>:quit<Return>
set guioptions=bCrsmTB
set hintkeys=asdfg;lkjh

" vim: set ft=pentadactyl: