Go to file
2020-03-29 11:35:58 -04:00
.gitignore larbs documentation built in to dwm 2020-03-15 17:56:43 -04:00
config.h gimp starts on own tag 2020-03-29 11:35:58 -04:00
config.mk Prepare 6.2 release. 2019-02-02 04:50:42 -08:00
drw.c enable color emojis with libxft-bgra 2020-02-26 14:18:56 -05:00
drw.h xrdb patch 2019-12-14 17:19:57 -05:00
dwm.1 remove old TODO and BUGS entries 2018-05-12 19:14:19 +02:00
dwm.c dwmblocks started by default 2020-03-24 08:23:13 -04:00
dwm.png alternate dwm.png 2006-07-19 14:49:19 +02:00
dwmc xrdb added to dwmc 2020-02-26 15:42:53 -05:00
fibonacci.c fibonacci patch 2019-12-14 17:22:21 -05:00
larbs.mom dox change 2020-03-26 13:32:56 -04:00
LICENSE Prepare 6.2 release. 2019-02-02 04:50:42 -08:00
Makefile larbs documentation built in to dwm 2020-03-15 17:56:43 -04:00
README.md libxft note 2020-03-13 07:55:08 -04:00
shiftview.c shiftview 2019-12-15 16:10:30 -05:00
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 2011-07-29 20:01:22 +02:00
util.c die() on calloc failure 2016-11-05 11:34:52 +01:00
util.h import new drw from libsl and minor fixes. 2016-06-26 13:52:36 +02:00

Luke's build of dwm

Here's my build of dwm.

FAQ

What are the bindings?

This is suckless, mmmbud, the source code is the documentation! Check out config.h.

Patches and features

  • reads xresources colors
  • scratchpad accessible with mod+shift+enter
  • fibbonacci/centered master/etc. other layouts
  • true fullscreen and prevents focus shifting
  • windows can be made sticky
  • stacker patch
  • shiftview to cycle tags
  • gaps around windows and bar
  • dwmc

Please install libxft-rbgra!

This build of dwm does not block color emoji in the status/info bar, so you must install libxft-rbgra from the AUR, which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough.