summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2020-04-13updates to restart/quit cmdsLuke Smith
2020-04-10kill -HUP pid to restart, also mod+RLuke Smith
2020-04-09Merge branch 'master' of github.com:LukeSmithxyz/dwmLuke Smith
2020-04-09mod+c for calculatorLuke Smith
2020-04-09hardcoding audio systemLuke Smith
2020-04-04add xf86brightness up and downNikki Satmaka
add xf86brightness up and down using xbacklight
2020-03-31renamed to webcamLuke Smith
2020-03-31statusbar infoLuke Smith
2020-03-29lmc required for alsa/pulse integrationLuke Smith
2020-03-29no mpv cacheLuke Smith
2020-03-29gimp starts on own tagLuke Smith
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