mirror of
https://github.com/swaywm/sway.git
synced 2026-04-15 08:21:37 -04:00
Add exec and exec_always commands
This commit is contained in:
parent
9fbcdc79b6
commit
514c819ff9
4 changed files with 105 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue