TODO
This commit is contained in:
parent
63bda43345
commit
400facb8e1
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
@ -1,3 +1,24 @@
|
|||
# OkayWL
|
||||
|
||||
A versatile Wayland compositor written in C.
|
||||
A moduler Wayland compositor written in FORTH.
|
||||
|
||||
## Features
|
||||
|
||||
External program manages tiling <br>
|
||||
Three types of window managers will be created
|
||||
* Hyprland (Dwindle)-like
|
||||
* DWM-like
|
||||
* StumpWM-like
|
||||
* Openbox-like
|
||||
|
||||
Titlebars, and window decorations can be displayed on windows. These titlebars will be created with an external program like eww.
|
||||
|
||||
Keybindins are managed with an external program.
|
||||
|
||||
The Wayland compositor will have plugins/patches for animations, blur, shadows, rounded corners, and other such effects.
|
||||
|
||||
The Wayland compositor will be configured with a script like River.
|
||||
|
||||
The Wayland compositor will have an API that supports advanced control commands and scripts for moving windows.
|
||||
|
||||
Workspaces are created with a command. That way, they can be created staticly or dynamicly.
|
||||
|
|
Loading…
Reference in a new issue