aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2012-12-16resize stack with shortcutsIvan Kanakarakis
2012-12-16resize master area with shortcutsIvan Kanakarakis
2012-12-16rotate non-empty desktops with shortcutsIvan Kanakarakis
2012-12-16rotate desktops with shortcutsIvan Kanakarakis
2012-12-16focus urgent window with a shortcutIvan Kanakarakis
2012-12-16config: add SHCMD helper to run shell commandsIvan Kanakarakis
2012-12-16config: add dmenuIvan Kanakarakis
2012-12-16exit with specified valueIvan Kanakarakis
2012-12-16specify default desktopIvan Kanakarakis
2012-12-16toggle to previously focused desktopIvan Kanakarakis
2012-12-16make panel toggleable with a shortcutIvan Kanakarakis
2012-10-05config.def.h: fix comment for moveresize funcIvan Kanakarakis
2012-09-20introduce FOCUS_BUTTON - make CLICK_TO_FOCUS button configurableIvan Kanakarakis
2012-09-20add vim modelineIvan Kanakarakis
2012-07-23config: fix some typosIvan Kanakarakis
2012-07-20update commentsIvan Kanakarakis
2012-06-28rename key type to KeyIvan Kanakarakis
2012-06-05use vi like keys with win key to moveresize a windowIvan Kanakarakis
2012-04-27add FLOAT layoutIvan Kanakarakis
2012-04-20move and resize floating windows with the keyboardIvan Kanakarakis
2012-02-20config.def.h: default quit key is qIvan Kanakarakis
2012-02-07config.def.h: tiny bit of formattingIvan Kanakarakis
2012-02-07default terminal is xtermIvan Kanakarakis
2012-02-05core is as minimal and practical as it can beIvan Kanakarakis
2012-02-05focus the next or previous desktop that has windows openIvan Kanakarakis
2012-01-19rule to spawn specified clients as floatingIvan Kanakarakis
2012-01-13merge mouse resize and move - depending on given argIvan Kanakarakis
2012-01-13windows can be resized freellyIvan Kanakarakis
2012-01-13add example of command with mouse shortcutIvan Kanakarakis
2012-01-13windows can be moved freelyIvan Kanakarakis
2012-01-12move cleanmask definition to sourceIvan Kanakarakis
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