1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 00:24:17 +01:00
sway/include
Mikkel Oscar Lyderik 32ae26e519 Add quotes to multiword arguments.
This adds quotes around multiword arguments before they are passed to
`/bin/sh -c` in an exec command.

Example:

I connect to irc like this:

    exec termite -e "mosh server tmux a"

Without this patch the arguments are passed to sh as:

    termite -e mosh server tmux a

When it should be:

    termite -e "mosh server tmux a"

For the command to work.
2016-01-25 00:14:13 +01:00
..
bar
client
commands.h
config.h
container.h
criteria.h
extensions.h
focus.h
handlers.h
input_state.h
input.h
ipc-client.h
ipc-server.h
ipc.h
layout.h
list.h
log.h
output.h
readline.h
resize.h
stringop.h Add quotes to multiword arguments. 2016-01-25 00:14:13 +01:00
sway.h
util.h
workspace.h