summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2020-03-26dumb abook hackLuke Smith
2020-03-15larbs documentation built in to dwmLuke Smith
2020-03-15always assume to use greatest (even) webcam deviceLuke Smith
2020-03-15toggle transparency fixLuke Smith
2020-03-15increase masters moved to oLuke Smith
2020-03-15monocle mode totally removedLuke Smith
2020-03-15scroll lock toggles screenkeyLuke Smith
2020-03-15lf hardcoded; nmtui as WLuke Smith
2020-03-13prompt script now unnecessaryLuke Smith
2020-03-02showclip and batstat unnecessaryLuke Smith
2020-02-26no padding in statusbar by defaultLuke Smith
2020-02-26enable color emojis with libxft-bgraLuke Smith
2020-02-23cleanupLuke Smith
2020-02-23toggle transparency with VLuke Smith
2020-02-06repeat binding addedLuke Smith
2020-02-06refresh newsLuke Smith
2020-02-03vimwiki to vLuke Smith
2020-01-30dmenucmd restoredLuke Smith
2020-01-30dmenucmd restoredLuke Smith
2020-01-30tab revertLuke Smith
2020-01-30touchpad on/off bindsLuke Smith
2020-01-30kill xorg bindLuke Smith
2020-01-22update dwmblocksLuke Smith
2020-01-20increase/decrease gapsLuke Smith
2020-01-20unbind m for layoutLuke Smith
2019-12-19don't enforce dmenu appearanceLuke Smith
2019-12-18stacker patch replaces movestackLuke Smith
2019-12-18dwmc can use xrdbLuke Smith
2019-12-18dwmc and personal config addedLuke Smith
2007-09-23renamed config.h into config.def.h, config.h will be created if not present, ↵Anselm R. Garbe
this seems less annoying after all
2007-09-22introduced ISTILE, which can be easily extended with other layout functions ↵Anselm R. Garbe
to allow reuse of setmwfact() and zoom()
2007-09-17made all stuff non-static - so you can choose wether to use dwm the static ↵arg@suckless.org
or the extern way when extending it
2007-09-15micromizing dwm step 1Anselm R. Garbe
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe
2007-09-15renamed config.default.h into config.hAnselm R. Garbe
2006-08-02removed config.h (stupid hg)arg@10ksloc.org
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-02applied Sanders patches (numlock2)arg@10ksloc.org
2006-08-01renamed ARRANGE into DEFMODEarg@10ksloc.org
2006-08-01removed 5LOCarg@10ksloc.org
2006-08-01cleaned config.*h to prevent some confusionarg@10ksloc.org
2006-08-01fixed config.h filesarg@10ksloc.org
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-07-13removed unnecessary crapAnselm R. Garbe
2006-07-13before leaning things upAnselm R. Garbe
2006-07-12simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe
x,y,h,w counterparts (much more readable)
2006-07-12new colorsAnselm R. Garbe
2006-07-11fixed several other stuff, coming closer to something usefulAnselm R. Garbe
2006-07-11several changes, new stuffAnselm R. Garbe
2006-07-11added bar event timerAnselm R. Garbe