mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
drop SLOC limit
This commit is contained in:
parent
2bce01b7e5
commit
54946c6bee
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,6 @@ Like dwm, dwl is:
|
|||
|
||||
- Easy to understand, hack on, and extend with patches
|
||||
- One C source file (or a very small number) configurable via `config.h`
|
||||
- Limited to 2200 SLOC to promote hackability
|
||||
- Tied to as few external dependencies as possible
|
||||
|
||||
dwl is not meant to provide every feature under the sun. Instead, like dwm, it
|
||||
|
@ -34,6 +33,10 @@ given the base on which it is built. Implemented default features are:
|
|||
- Layer shell popups (used by Waybar)
|
||||
- Damage tracking provided by scenegraph API
|
||||
|
||||
Given the Wayland architecture, dwl has to implement features from dwm **and**
|
||||
the xorg-server, because of this, it is impossible to maintain the goal of 2000
|
||||
SLOC and have all features that dwm had.
|
||||
|
||||
Features under consideration (possibly as patches) are:
|
||||
|
||||
- Protocols made trivial by wlroots
|
||||
|
|
Loading…
Reference in a new issue