Add exec and exec_always commands

This commit is contained in:
emersion 2017-12-04 22:43:49 +01:00
parent 9fbcdc79b6
commit 514c819ff9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 105 additions and 0 deletions

View file

@ -3,6 +3,8 @@ sway_sources = files(
'server.c',
'commands.c',
'commands/exit.c',
'commands/exec.c',
'commands/exec_always.c',
'ipc-json.c',
'ipc-server.c',
'desktop/output.c',