Skip to content

alipio/dwm

Repository files navigation

Alipio's build of dwm

FAQ

What are the bindings?

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

Patches and features

  • Clickable statusbar with my build of dwmblocks.
  • Reads xresources colors/variables (i.e. works with pywal, etc.).
  • scratchpad: Accessible with mod+-.
  • New layouts: bstack, fibonacci, deck, centered master and more.
  • True fullscreen (mod+f) and prevents focus shifting.
  • Windows can be made sticky (mod+s).
  • hide vacant tags hides tags with no windows.
  • stacker: Move windows up the stack manually (mod-k/j).
  • shiftview: Cycle through tags (mod+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/alipio/dwm.git
cd dwm
sudo make install