added workspaces

This commit is contained in:
vaxerski
2022-07-01 15:16:54 +02:00
parent 72f478c195
commit c1f92d2a3c
7 changed files with 351 additions and 10 deletions

View File

@ -205,6 +205,7 @@ if true
add_project_arguments('-DHAVE_HYPRLAND', language: 'cpp')
src_files += 'src/modules/hyprland/backend.cpp'
src_files += 'src/modules/hyprland/window.cpp'
src_files += 'src/modules/hyprland/workspaces.cpp'
endif
if libnl.found() and libnlgen.found()