nipunravisara / dwm

My build of suckless, dwm window manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My build of DWM

Build Status GitHub last commit

This is suckless, dwm window manager, Edit config.def.h for configureations. For more check my dotfiles.

screenshot

Patches

  • Fullgaps - This patch adds gaps between client windows.
  • Bar height - This patch allows user to change dwm's default bar height.
  • No title - This patch hide window title on top bar.

Dependencies

I'm using scientifica bitmap font and material-icon font for icons. make sure you install those or change fonts as your preferences in config.def.h file. To generate color palettes I'm using pywal so install paywal before compile this dwm build.

Installation

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

Installation libxft-bgra

You must install libxft-bgra from the AUR for color emoji in the status/info bar. Learn more.

About

My build of suckless, dwm window manager.

License:MIT License


Languages

Language:C 90.6%Language:Roff 6.2%Language:Makefile 2.5%Language:Shell 0.7%