Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | Add quotes to multiword arguments. | Mikkel Oscar Lyderik | |
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. | |||
2015-11-29 | Only strip comments at the start of a line | Drew DeVault | |
This is necessary because i3 config files use CSS notation for colors (i.e. #rrggbb). | |||
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |