Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.3 KB

File metadata and controls

19 lines (14 loc) · 1.3 KB

My Personal Build of dwm

This build of dwm has been expanded upon to match my personal, opinionated preferences — suckless philosophy be damned.

Patches

  • Barmodules: Replaces built-in bar to allow alternate positioning and increases extensibility of the bar
  • Status2d: Allows colors and rectangle drawing in your dwm status bar
  • Statuscmd: Allows the ability to execute shell commands based on the mouse button and position when clicking the status bar (integrated with my build of dwmblocks)
  • Swallow: Adds "window swallowing", i.e. running graphical programs from the terminal will "swallow" the terminal window. Upon closing the graphical program, the terminal is restored to the current position.
  • Vanity Gaps: Adds configurable gaps between windows differentiating between outer, inner, horizontal and vertical gaps.

Dependencies

  • dwmblocks: Recommended, but can be omitted with some modification
  • Swallow Dependencies
    • libxcb
    • Xlib-libxcb
    • xcb-res