remove useless line, update readme

This commit is contained in:
speedie 2023-05-20 14:46:42 +02:00
parent 82b0881b95
commit 1320be4d2c
2 changed files with 106 additions and 95 deletions

View file

@ -1,6 +1,18 @@
# speedwm
![image](/docs/preview.png)
## Notice
speedwm is **no longer being maintained** beyond any fixes I wish to add.
speedwm is slow and bloated, definitely not good enough. I am
currently working on a replacement for speedwm.
The slowness isn't particularly noticeable on modern hardware, but even
10 year old computers struggle.
You may continue to use it if you want, but I will not provide any support
for it.
## Table of contents
0. Table of contents

View file

@ -3329,7 +3329,6 @@ manage(Window w, XWindowAttributes *wa)
c->h = c->oldh = wa->height;
c->oldbw = wa->border_width;
c->cfact = 1.0;
c->allowkill = c->allowkill; /* we can kill by default */
#if USEWINICON
updateicon(c);