Commit Graph

12 Commits (8a0b4062069d71420e5bcc1948b3ccf5cb87adc1)

Author SHA1 Message Date
Adam Vandenberg 2a1c4e34a2 caveat and other cleanups 2012-11-25 11:42:57 -08:00
Misty De Meo a6a25d6310 dwm, dmenu, rxvt-unicode, xdotool: depends_on :x11 2012-09-18 16:46:43 -05:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Alexis Hildebrandt 82b061d7c2 dwm 6.0
Closes Homebrew/homebrew#9248.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-23 10:37:38 -06:00
Alexis Hildebrandt 80798d916f dwm 5.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 10:23:21 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Alexis Hildebrandt 2839a9e3f6 Update Formula: dwm
Version bump to 5.8.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-27 15:01:53 -07:00
Simon Rozet 55e54ec8c2 dwm: link to gist with tips and tricks in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 18:33:15 -07:00
Adam Vandenberg 2030be4935 Remove command-key character for compatibility. 2010-03-05 14:54:01 -08:00
Alexis Hildebrandt db6aa4425b Dwm 5.7.2
Dynamic window manager for X.

It manages windows in tiled, monocle and floating layouts.  Either
layout can be applied dynamically, optimising the environment for the
application in use and the task performed.

In tiled layout windows are managed in a master and stacking area. The
master area contains the window which currently needs most attention,
whereas the stacking area contains all other windows. In monocle layout
all windows are maximised to the screen size. In floating layout
windows can be resized and moved freely. Dialog windows are always
managed floating, regardless of the layout applied.

Windows are grouped by tags. Each window can be tagged with one or
multiple tags. Selecting certain tags displays all windows with these
tags.

Each screen contains a small status bar which displays all available
tags, the layout, the number of visible windows, the title of the
focused window, and the text read from the root window name property,
if the screen is focused. A floating window is indicated with an empty
square and a maximised floating window is indicated with a filled
square before the windows title. The selected tags are indicated with a
different color. The tags of the focused window are indicated with a
filled square in the top left corner. The tags which are applied to one
or more windows are indicated with an empty square in the top left
corner.

Dwm draws a small border around windows to indicate the focus state.
2010-01-23 12:21:14 +00:00