mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
basic command criteria
This commit is contained in:
parent
c353e01c85
commit
6a1d71b8b8
8 changed files with 549 additions and 9 deletions
|
|
@ -38,6 +38,7 @@ sway_sources = files(
|
|||
'config/output.c',
|
||||
'config/seat.c',
|
||||
'config/input.c',
|
||||
'criteria.c',
|
||||
'ipc-json.c',
|
||||
'ipc-server.c',
|
||||
'desktop/output.c',
|
||||
|
|
@ -51,6 +52,7 @@ sway_sources = files(
|
|||
)
|
||||
|
||||
sway_deps = [
|
||||
pcre,
|
||||
pixman,
|
||||
wayland_server,
|
||||
jsonc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue