Go to file
Alex c2eec4eaa1 Adding a hotkey for the translator 2024-03-03 16:22:51 +02:00
.gitignore gitignore 2020-04-26 11:17:38 -04:00
FUNDING.yml clarification about multiple displays 2021-03-09 21:05:08 -05:00
LICENSE dwm.png rm'd, me added to lic 2020-05-03 14:00:09 -04:00
Makefile Use install instead of cp 2023-07-28 04:22:29 -04:00
PKGBUILD libxft stuff removed 2022-10-01 08:14:07 -04:00
README.md libxft stuff removed 2022-10-01 08:14:07 -04:00
config.h Adding a hotkey for the translator 2024-03-03 16:22:51 +02:00
config.mk Bump to 6.4 2023-02-24 23:31:26 +02:00
drw.c Bump to 6.4 2023-02-24 23:31:26 +02:00
drw.h Bump to 6.4 2023-02-24 23:31:26 +02:00
dwm.1 Bump to 6.4 2023-02-24 23:31:26 +02:00
dwm.c No need to call setup() multiple times 2023-06-15 23:28:39 +02:00
larbs.mom Update larbs.mom 2023-04-05 17:24:37 +00:00
shiftview.c fix shifttag bug 2022-10-07 23:01:01 +02: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 Bump to 6.4 2023-02-24 23:31:26 +02:00
util.h import new drw from libsl and minor fixes. 2016-06-26 13:52:36 +02:00
vanitygaps.c Added function to toggle smartgaps and bound it to Super+Shift+apostrophe. 2021-03-08 08:57:59 -05:00

README.md

Luke's build of dwm

FAQ

What are the bindings?

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

Okay, okay, actually I keep a readme in larbs.mom for my whole system, including the binds here. Press super+F1 to view it in dwm (zathura is required for that binding). I haven't kept man dwm/dwm.1 updated though. PRs welcome on that, lol.

Patches and features

  • Clickable statusbar with my build of dwmblocks.
  • Reads xresources colors/variables (i.e. works with pywal, etc.).
  • scratchpad: Accessible with mod+shift+enter.
  • New layouts: bstack, fibonacci, deck, centered master and more. All bound to keys super+(shift+)t/y/u/i.
  • True fullscreen (super+f) and prevents focus shifting.
  • Windows can be made sticky (super+s).
  • hide vacant tags hides tags with no windows.
  • stacker: Move windows up the stack manually (super-K/J).
  • shiftview: Cycle through tags (super+g/;).
  • vanitygaps: Gaps allowed across all layouts.
  • swallow patch: if a program run from a terminal would make it inoperable, it temporarily takes its place to save space.

Installation for newbs

git clone https://github.com/LukeSmithxyz/dwm.git
cd dwm
sudo make install

There is also a PKGBUILD usable on distributions with pacman. Run makepkg -si instead of sudo make install.