mhdzli / dwm

My new fork of dwm with different patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mz-dwm

My fork of dwm

Included patches:

Key bindings:

You can find them in config.h but they are mostly similar to may swaywm bindings in my dotfiles (You can find a help at the end of sway config file).

Install libxft-bgra

Due to a feature in dwm which can not handle color emojis there was a temporary solution (an unofficial patch that I used to add to dwm.c):

You can read more about this issue in here.

FcBool iscol function was added to drw.c to prevent this issue. So I removed the ignoreXfterrorswhendrawingtext from this source.

Since there is a new patch for libxft and an Aur package for handling color emojis this build of dwm does non block color emojis anymore so you must install libxft-bgra witch fixes the libxft color emoji rendering, otherwise dwm will crash while trying to render one.

Watch a brief screencast

Example screenshot:

../master/patches/dwm-01.png ../master/patches/dwm-02.png ../master/patches/dwm-03.png

About

My new fork of dwm with different patches

License:MIT License


Languages

Language:C 81.7%Language:Objective-C 9.9%Language:Roff 5.3%Language:Makefile 2.2%Language:Shell 0.6%Language:C++ 0.3%