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 swaybar: move headers to include/bar 2016-01-24 15:55:58 +01:00
client make gdk-pixbuf dependency really optional 2015-12-20 17:37:52 +01:00
commands.h libinput 2016-01-19 06:51:36 -08:00
config.h libinput 2016-01-19 06:51:36 -08:00
container.h Handle SIGTERM sent to sway 2015-12-29 13:03:53 +01:00
criteria.h
extensions.h extensions: Track panels by wl_resource, position per panel. 2015-12-20 12:54:34 +01:00
focus.h
handlers.h
input.h libinput 2016-01-19 06:51:36 -08:00
input_state.h Implement bindsym --release 2016-01-07 21:43:00 +01:00
ipc-client.h swaybar: move core functionality to state.c 2016-01-24 14:22:19 +01:00
ipc-server.h Implement IPC binding event (keyboard) 2016-01-08 03:03:55 +01:00
ipc.h libinput 2016-01-19 06:51:36 -08:00
layout.h sway: insert numbered workspaces in order 2015-12-18 01:22:07 +01:00
list.h swaybar: fix memory leaks 2015-12-22 17:54:47 +01:00
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 Revert "s/numlen/log10/g" 2016-01-23 16:35:32 -05:00
workspace.h