You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
evenfire c6c63b3147
Underline tags and remove box
1 month ago
LICENSE LICENSE: add Chris Down 11 months ago
Makefile Update makefile 2 months ago
README.md Underline tags and remove box 1 month ago
config.def.h Underline tags and remove box 1 month ago
config.mk Add alpha patch 1 month ago
drw.c Add alpha patch 1 month ago
drw.h Add alpha patch 1 month ago
dwm.1 dwm.1: fix wrong text in man page 3 years ago
dwm.c Underline tags and remove box 1 month ago
screenshot1.png Add new screenshots 2 months ago
screenshot2.png Add new screenshots 2 months ago
screenshot3.png Add new screenshots 2 months ago
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 12 years ago
util.c sync code-style patch from libsl 8 months ago
util.h import new drw from libsl and minor fixes. 7 years ago

README.md

evenfire's dwm

This is my heavily patched dwm. There are mostly usability improvements, not so much focusing on the graphics side.

Features

  • Fira Code Nerd font, 13px
  • 2px border
  • Bottom bar
  • Split ratio is 50/50
  • Bookmarks keybinding
  • Volume keybindings
  • 26px gaps
  • Tags have icons
  • Tags are underlined
  • Layouts have icons

Patches

  • Gruvbox theme
  • Sticky patch
  • Swallow patch
  • No border when there's one window patch
  • Attach aside patch
  • No program title patch
  • Preserve on restart patch
  • Pertag patch
  • Resize corners patch
  • Save floats patch
  • Alpha patch
  • Bar padding patch
  • Always center patch

Screenshots

Screen1 Screen2 Screen3

Requirements

In order to build dwm you need the Xlib header files.

Installation

After having installed all the preresequites, run:

make clean install