aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2011-12-30move license information to separate file - include dwm licenseIvan Kanakarakis
2011-12-29sh, not bashIvan Kanakarakis
2011-12-29mark windows that have urgent hint setIvan Kanakarakis
2011-12-27correct small typoIvan Kanakarakis
2011-12-22set minimum window size - do not allow a bigger or smaller master sizeIvan Kanakarakis
2011-12-20add SHCMD helper for easily spawning shell commandsIvan Kanakarakis
2011-12-20define control and shift buttons - use mod+control to quit by defaultIvan Kanakarakis
thanks to jasonwryan for the suggestion: https://bbs.archlinux.org/viewtopic.php?pid=1030261#p1030261 using quit to restart and/or quit is more unlikely to be pressed by accident
2011-12-14split rename to monsterwmIvan Kanakarakis
2011-12-14monocle ~ not monocycle :PIvan Kanakarakis
2011-12-12commands should be staticIvan Kanakarakis
2011-12-11set default desktop to focus and whether or not the panel should be shown on ↵Ivan Kanakarakis
exec
2011-12-11implement togglepanel() function; to "hide" the panel on runtimeIvan Kanakarakis
togglepanel() doesn't really hide the panel togglepanel() actually resizes the windows to ignore the panel height thus overriding it when no windows are visible the panel is there, which is kind of a feature
2011-12-11rename and update default configurationIvan Kanakarakis
config.h.def -> config.def.h update to match current state of code update readme to reference config.def.h also minor corrections for readme