modules/dwl: new module

This commit is contained in:
Ogromny 2022-12-13 15:18:41 +01:00
parent 6027b2728b
commit 3f7755d38e
10 changed files with 624 additions and 4 deletions

View file

@ -14,3 +14,6 @@ option(
option(
'plugin-pipewire', type: 'feature', value: 'auto',
description: 'Pipewire support')
option(
'plugin-dwl', type: 'feature', value: 'auto',
description: 'DWL (dwm for wayland) support')