Initial commit: add code

- using meson build
 - implement shell using gobject API
 - support wlr-foreign-toplevel protocol
 - shell base UI (WIP)
This commit is contained in:
DanyLE
2024-04-14 16:29:02 +02:00
parent e9ef315aa4
commit ac300c32cf
17 changed files with 1146 additions and 1 deletions

3
.gitignore vendored
View File

@ -85,4 +85,5 @@ dkms.conf
*.exe
*.out
*.app
build
.vscode