My fork of Suckless's DWM window manager
On my new laptop, I have decided to keep the f keys as f keys which requires hitting the fn key to get additional functions such as play/pause etc. I did this because I often found myself hitting mute (for example) by mistake. However, I don't use f10 for anything else so rather than pushing fn+f10 (prt sc on my keyboard), I just want to push f10. The shift / ctrl modifiers were implemented. |
||
---|---|---|
.gitignore | ||
config.def.h | ||
config.mk | ||
drw.c | ||
drw.h | ||
dwm.1 | ||
dwm.c | ||
dwm.png | ||
fibonacci.c | ||
LICENSE | ||
Makefile | ||
movestack.c | ||
README | ||
README.md | ||
tcl.c | ||
transient.c | ||
util.c | ||
util.h |
My fork of dwm
This repo is my fork of the DWM window manager.
The upstream repo can be cloned here.
I will try to keep the upstream branch of this repo up to date with the repo maintained by the suckless team.
Any patches I apply on separate branches and merge into the master branch. Any configuration I make is done directly on the master branch.