aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dwm.rb
AgeCommit message (Collapse)Author
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-09-18dwm, dmenu, rxvt-unicode, xdotool: depends_on :x11Misty De Meo
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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>
2011-12-23dwm 6.0Alexis Hildebrandt
Closes #9248. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-10dwm 5.9Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-27Update Formula: dwmAlexis Hildebrandt
Version bump to 5.8.2 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04dwm: link to gist with tips and tricks in caveatsSimon Rozet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-05Remove command-key character for compatibility.Adam Vandenberg
2010-01-23Dwm 5.7.2Alexis Hildebrandt
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.