dots/suckless/dwm
dogeystamp 1fd3f34c87 [dwm] dwm.c: do not warp to floating windows
the inkscape shortcut manager works better like this.
otherwise when we insert text the cursor warps into the textbox,
and then we paste the rendered text where the textbox was.
we want to preserve the cursor position
2024-01-02 13:00:44 -05:00
..
.gitignore [dwm] Add config.h to .gitignore 2024-01-02 13:00:44 -05:00
config.def.h [dwm] switch font to jetbrains mono 2024-01-02 13:00:44 -05:00
config.mk [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
drw.c [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
drw.h [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
dwm.1 suckless/dwm: added 2024-01-02 12:55:59 -05:00
dwm.c [dwm] dwm.c: do not warp to floating windows 2024-01-02 13:00:44 -05:00
dwm.png suckless/dwm: added 2024-01-02 12:55:59 -05:00
LICENSE suckless/dwm: added 2024-01-02 12:55:59 -05:00
Makefile [dwm] Remove config.h 2024-01-02 13:00:44 -05:00
README.md [dwm] Make swallow use new window size 2024-01-02 13:00:44 -05:00
transient.c suckless/dwm: added 2024-01-02 12:55:59 -05:00
util.c suckless/dwm: added 2024-01-02 12:55:59 -05:00
util.h suckless/dwm: added 2024-01-02 12:55:59 -05:00
vanitygaps.c [dwm] Add vanity-gaps 2024-01-02 13:00:44 -05:00

dwm

My build of dwm.

Patches

swallow

blanktags

alpha

warp

vanitygaps

Installation

Clone the repo.

git clone https://github.com/dogeystamp/dwm

Build dwm.

cd dwm && sudo make install