X-Git-Url: http://git.subgeniuskitty.com/dwm/.git/blobdiff_plain/7b5634923378044815a584282d8047a5c42f731e..1da78b826a139d24abff8efb490d234968c03096:/README diff --git a/README b/README index 5d8ecab..546265a 100644 --- a/README +++ b/README @@ -2,7 +2,14 @@ This git repository contains my personal branch of dwm-6.4. The changes made to stock dwm add the following abilities. - - + - Prompt the user before exiting/restarting dwm. + + + - Assign text names to tags at runtime. + + + - Layout menu popup presents available layouts. + - Select multiple tags for simultaneous display or window assignment. @@ -13,14 +20,15 @@ The changes made to stock dwm add the following abilities. - Center window names in status bar. -In addition to the usual dependencies for dwm (see the original README at the -bottom of this file), there are the following new dependencies. +In addition to the usual dependencies and installation tasks for dwm (see the +original README at the bottom of this file), there are the following new +dependencies/tasks. - xmenu from . This requires freetype2 and imlib2, available in FreeBSD's ports collection under `print/freetype2` - and `graphics/imlib2`. - + and `graphics/imlib2`. This is required for the layout menu popup. + - Customize (if needed) and install `layoutmenu.sh` somewhere in your `$PATH`. ================================================================================ ================================================================================