kayw / dwm

suckless dwm fork combine with other patch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kayw's DWM fork

Source

-Taken from frank604, KieranQuinn -Merge with dwm master except the drw impl(WIP)

Requirements

  • Xlib header files
  • ohsnap font

Instructions

git clone https://github.com/kayw/dwm.git
cd dwm && sudo make clean install

Patches

  • statuscolors
  • statusallmons
  • centredfloating
  • savefloats
  • notitle
  • pertag2
  • systray
  • occupiedcol
  • uselessgaps
  • keysymfix
  • bstack
  • runorraise
  • Push
  • Cycle

Difference with dwm master

  • re-wrote drawbar
  • selected tag underline (configurable via config.h)
  • tag spacing & padding (configurable via config.h)
  • bstack horizonal gaps

To do

  • monocle gaps?
  • fix monocle to tile layout/resizing

Screenshot Screenshot Screenshot

About

suckless dwm fork combine with other patch

License:MIT License


Languages

Language:C 84.1%Language:Objective-C 13.3%Language:Makefile 2.3%Language:C++ 0.3%